diff --git a/.env.example b/.env.example index 4888688..73cebf7 100644 --- a/.env.example +++ b/.env.example @@ -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"