mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 10:25:01 +00:00
Update .env.example
This commit is contained in:
parent
31bf48bb7d
commit
daa806fc52
1 changed files with 0 additions and 79 deletions
79
.env.example
79
.env.example
|
@ -1,79 +0,0 @@
|
||||||
# 32 character encryption key
|
|
||||||
KEY=
|
|
||||||
|
|
||||||
# Values from the Discord developer portal
|
|
||||||
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
|
|
||||||
|
|
||||||
# Comma-separated list of user IDs who should have access to the bot's global commands
|
|
||||||
STAFF=
|
|
||||||
|
|
||||||
# A comma-separated list of server IDs that should be allowed by default
|
|
||||||
DEFAULT_ALLOWED_SERVERS=
|
|
||||||
|
|
||||||
# When using the Docker-based development environment, this is only used internally. The API will be available at localhost:DOCKER_DEV_WEB_PORT/api.
|
|
||||||
API_PORT=3000
|
|
||||||
|
|
||||||
# Only required if relevant feature is used
|
|
||||||
#PHISHERMAN_API_KEY=
|
|
||||||
|
|
||||||
# The user ID and group ID that should be used within the Docker containers
|
|
||||||
# This should match your own user ID and group ID. Run `id -u` and `id -g` to find them.
|
|
||||||
DOCKER_USER_UID=
|
|
||||||
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
|
|
||||||
|
|
||||||
# The MySQL database running in the container is exposed to the host on this port,
|
|
||||||
# allowing access with database tools such as DBeaver
|
|
||||||
DOCKER_DEV_MYSQL_PORT=3001
|
|
||||||
# Password for the Zeppelin database user
|
|
||||||
DOCKER_DEV_MYSQL_PASSWORD=
|
|
||||||
# Password for the MySQL root user
|
|
||||||
DOCKER_DEV_MYSQL_ROOT_PASSWORD=
|
|
||||||
|
|
||||||
# The development environment container has an SSH server that you can connect to.
|
|
||||||
# This is the port that server is exposed to the host on.
|
|
||||||
DOCKER_DEV_SSH_PORT=3002
|
|
||||||
DOCKER_DEV_SSH_PASSWORD=password
|
|
||||||
|
|
||||||
# If your user has a different UID than 1000, you might have to fill that in here to avoid permission issues
|
|
||||||
#DOCKER_DEV_UID=1000
|
|
||||||
|
|
||||||
#
|
|
||||||
# DOCKER (PRODUCTION)
|
|
||||||
# NOTE: You only need to fill in these values for running the production environment. See development config above.
|
|
||||||
#
|
|
||||||
|
|
||||||
DOCKER_PROD_DOMAIN=
|
|
||||||
DOCKER_PROD_WEB_PORT=443
|
|
||||||
# The MySQL database running in the container is exposed to the host on this port,
|
|
||||||
# allowing access with database tools such as DBeaver
|
|
||||||
DOCKER_PROD_MYSQL_PORT=3001
|
|
||||||
# Password for the Zeppelin database user
|
|
||||||
DOCKER_PROD_MYSQL_PASSWORD=
|
|
||||||
# Password for the MySQL root user
|
|
||||||
DOCKER_PROD_MYSQL_ROOT_PASSWORD=
|
|
||||||
|
|
||||||
# You only need to set these if you're running an external database.
|
|
||||||
# In a standard setup, the database is run in a docker container.
|
|
||||||
#DB_HOST=
|
|
||||||
#DB_USER=
|
|
||||||
#DB_PASSWORD=
|
|
||||||
#DB_DATABASE=
|
|
||||||
|
|
||||||
#CUSTOM ENTRIES
|
|
||||||
LETSENCRYPT_EMAIL=
|
|
||||||
DEBUG=true
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue