-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: sync .env file and format readme
- Loading branch information
Showing
3 changed files
with
25 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
PUBLIC_UI_VERSION=dev | ||
PUBLIC_URI=http://localhost:5173 | ||
# use local frontend with local backend | ||
API_URI=http://localhost:3030 # server reachable | ||
PUBLIC_API_URI=http://localhost:3030 # client reachable | ||
# use local frontend with official backend (CORS is enabled for http://localhost:5173) | ||
# API_URI=https://api.hearch.co | ||
# PUBLIC_API_URI=https://api.hearch.co | ||
|
||
# hearchco webui | ||
PUBLIC_URI=https://hearchco.pi.local | ||
|
||
API_URI=https://api.hearchco.pi.local | ||
# allow self-signed https certificates (to searxng api) | ||
NODE_TLS_REJECT_UNAUTHORIZED=0 | ||
|
||
# PUBLIC_API_URI is the webui which your devices should reach | ||
# PUBLIC_API_URI must be allowed in cors (http headers) searxNG settings.yml | ||
PUBLIC_API_URI=https://hearchco.pi.local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
PUBLIC_UI_VERSION=dev | ||
PUBLIC_URI=http://localhost:5173 | ||
# use local frontend with local backend | ||
API_URI=http://localhost:8080 # server reachable | ||
PUBLIC_API_URI=http://localhost:8080 # client reachable | ||
# use local frontend with official backend (CORS is enabled for http://localhost:5173) | ||
# API_URI=https://api.hearch.co | ||
# PUBLIC_API_URI=https://api.hearch.co |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters