feat: parser, refactoring
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
APP__URL=https://app.example.com
|
||||
DB__URL=postgresql+asyncpg://user:password@postgres:5432/tgex
|
||||
DB__URL=postgresql+asyncpg://user:password@localhost:5432/tgex
|
||||
LOGGER__APP_NAME="tgex-backend"
|
||||
LOGGER__PRETTY_CONSOLE=true
|
||||
TELEGRAM__TOKEN=your_bot_token_here
|
||||
|
||||
Reference in New Issue
Block a user