mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 18:14:15 +02:00
feat(docs): add docker env variables
This commit is contained in:
parent
a38db17468
commit
c011ad78fd
@ -4,5 +4,10 @@ DISCORD_TOKEN= # Bot token from: https://discord.com/developers/
|
||||
# Configuration
|
||||
DEFAULT_PREFIX= # Prefix used to run commands in Discord
|
||||
|
||||
# Docker
|
||||
POSTGRES_USER=USERNAME
|
||||
POSTGRES_PASSWORD=PASSWORD
|
||||
POSTGRES_DB=DB
|
||||
|
||||
# Database URL (designed for Postgres, but designed on Prisma)
|
||||
DATABASE_URL=
|
||||
DATABASE_URL= # "postgresql://USERNAME:PASSWORD@postgres:5432/DB?schema=ara"
|
||||
|
Loading…
x
Reference in New Issue
Block a user