🩹 feat: Update .env.example
This commit is contained in:
parent
15974dbe11
commit
da459e2253
1 changed files with 4 additions and 3 deletions
|
|
@ -1,9 +1,10 @@
|
|||
# Telegram files log level, ALL < FINEST < FINER < FINE < CONFIG < INFO < WARNING < SEVERE < OFF
|
||||
LOG_LEVEL=INFO
|
||||
APP_ENV=prod
|
||||
# The root directory of the application
|
||||
APP_ENV=dev
|
||||
APP_ROOT=
|
||||
TDLIB_PATH=
|
||||
APP_ROOT=/app/data
|
||||
# only use in test
|
||||
#TDLIB_PATH=
|
||||
|
||||
TELEGRAM_API_ID=
|
||||
TELEGRAM_API_HASH=
|
||||
|
|
|
|||
Loading…
Reference in a new issue