feat(global): init structure
This commit is contained in:
16
.env.example
Normal file
16
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user