docs: update readme for quickstart

This commit is contained in:
41666 2020-12-11 21:45:59 -05:00
parent a44983b088
commit c3e5eff1d7
2 changed files with 75 additions and 26 deletions

View file

@ -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