Files
acecore/.env.example
2024-03-17 12:07:17 +01:00

7 lines
149 B
Plaintext

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