[dev] basic project structure
This commit is contained in:
15
.env.example
Normal file
15
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user