docs: documentation updates
This commit is contained in:
parent
c01a4027bd
commit
7d47f36d99
2 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,8 @@ CLIENT_ID=
|
|||
CLIENT_SECRET=
|
||||
BOT_TOKEN=
|
||||
|
||||
# The defaults here automatically work for the development environment.
|
||||
# For production, change localhost:3300 to your domain.
|
||||
DASHBOARD_URL=https://localhost:3300
|
||||
API_URL=https://localhost:3300/api
|
||||
|
||||
|
@ -28,6 +30,7 @@ DOCKER_USER_GID=
|
|||
|
||||
#
|
||||
# DOCKER (DEVELOPMENT)
|
||||
# NOTE: You only need to fill in these values for running the development environment. See production config further below.
|
||||
#
|
||||
|
||||
DOCKER_DEV_WEB_PORT=3300
|
||||
|
@ -50,6 +53,7 @@ DOCKER_DEV_SSH_PASSWORD=password
|
|||
|
||||
#
|
||||
# DOCKER (PRODUCTION)
|
||||
# NOTE: You only need to fill in these values for running the production environment. See development config above.
|
||||
#
|
||||
|
||||
DOCKER_PROD_DOMAIN=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue