mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 13:54:12 +02:00
14 lines
379 B
Plaintext
14 lines
379 B
Plaintext
# Tokens
|
|
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= # "postgresql://USERNAME:PASSWORD@postgres:5432/DB?schema=ara&sslmode=prefer"
|