Gachamelia/.env.example

13 lines
200 B
Plaintext
Raw Normal View History

TOKEN="BOT_TOKEN"
GUILD_ID="1234567890"
DB_DIALECT="postgres"
DB_HOST="localhost"
DB_NAME="gachamelia"
DB_USERNAME="postgres"
DB_PASSWORD="gachamelia"
DB_PORT=5433
WELCOME_CHANNEL=""
INIT_DB="true"