mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-14 16:49:10 +00:00
docs: update readme for quickstart
This commit is contained in:
parent
a44983b088
commit
c3e5eff1d7
2 changed files with 75 additions and 26 deletions
16
.env.example
16
.env.example
|
@ -10,21 +10,9 @@ ROOT_USERS=62601275618889728
|
|||
ALLOWED_BOTS=
|
||||
|
||||
# If 6600 or 6601 is taken, change this, and all other 6600/6601 references.
|
||||
PORT=6600
|
||||
PORT=6609
|
||||
UI_PORT=6601
|
||||
|
||||
# This is probably right, unless you set a different port.
|
||||
OAUTH_REDIRECT_URI=http://localhost:6600/login-handler
|
||||
|
||||
# Again, probably right. Do not put a trailing /
|
||||
UI_PUBLIC_URI=http://localhost:6601
|
||||
API_PUBLIC_URI=http://localhost:6600
|
||||
|
||||
# Google Cloud Project ID -- This only needs to be set for production/public cloud
|
||||
GCP_PROJECT_ID=roleypoly-0000000
|
||||
|
||||
# Unset this if you're planning to use public cloud Firestore as opposed to local
|
||||
# Or set this differently if you changed your local endpoint port.
|
||||
FIRESTORE_EMULATOR_HOST=localhost:6691
|
||||
|
||||
REDIS_ENDPOINT=localhost:6692
|
||||
API_PUBLIC_URI=http://localhost:6609
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue