[dev] basic project structure

This commit is contained in:
h
2025-03-28 16:48:44 +02:00
commit 1a5fd5977e
29 changed files with 930 additions and 0 deletions

15
.env.example Normal file
View File

@@ -0,0 +1,15 @@
BOT__TOKEN=
DB__HOST=mongodb
DB__PORT=27017
DB__USER=user
DB__PASSWORD=password
DB__DB_NAME=prod
DB__CONNECTION_PARAMS=
DB_FORWARD_PORT=""
DB_PROFILE=
LOG__LEVEL=INFO
LOG__SHOW_TIME=false
LOG__CONSOLE_WIDTH=150