Files
acecore/.env.example
2024-02-18 19:04:32 +01:00

6 lines
134 B
Plaintext

BOT_TOKEN="<Your bot token>"
DB_USER="postgres"
DB_PASSWORD="<Your db password>"
DB_SERVER="localhost"
DB_PORT=0000
DB_NAME="postgres"