mirror of
https://github.com/arthur-pbty/flint.git
synced 2026-08-01 20:29:03 +02:00
- Updated .env.example to use more secure database credentials. - Modified Dockerfile to remove unnecessary data copy. - Enhanced README with additional setup instructions and security notes. - Updated docker-compose files to improve database connection handling and security. - Added error messages for invalid channel and role resolutions in locales. - Introduced new scripts for code quality checks in package.json. - Refactored presence management logic to improve state handling and timer management. - Added tests for argument tokenizer, command definition, presence types, and template variables.
14 lines
368 B
Bash
14 lines
368 B
Bash
DISCORD_TOKEN=
|
|
DISCORD_CLIENT_ID=
|
|
DATABASE_URL=postgresql://discord_bot:CHANGE_ME_STRONG_PASSWORD@localhost:5432/discord_bots
|
|
DATABASE_SSL=false
|
|
PRESENCE_STREAM_URL=https://twitch.tv/discord
|
|
POSTGRES_DB=discord_bots
|
|
POSTGRES_USER=discord_bot
|
|
POSTGRES_PASSWORD=CHANGE_ME_STRONG_PASSWORD
|
|
POSTGRES_PORT=5432
|
|
PREFIX=+
|
|
DEFAULT_LANG=en
|
|
DEV_GUILD_ID=
|
|
AUTO_DEPLOY_SLASH=false
|