feat(global): init structure

This commit is contained in:
h
2025-07-01 12:55:01 +03:00
commit 1b21f23294
37 changed files with 1208 additions and 0 deletions

16
.env.example Normal file
View File

@@ -0,0 +1,16 @@
BOT__TOKEN=
DB__HOST=mongodb
DB__PORT=27017
DB__USER=user
DB__PASSWORD=password
DB__DB_NAME=prod
DB__CONNECTION_PARAMS="?authSource=admin"
DB__SCRIPTS_CONNECTION_URL=mongodb://user:password@localhost:27017/
DB_FORWARD_PORT=
DB_PROFILE=
LOG__LEVEL=INFO
LOG__SHOW_TIME=false
LOG__CONSOLE_WIDTH=150