mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 11:54:42 +01:00
Update .env.example
This commit is contained in:
parent
228f6cd156
commit
0f3b05e5dd
13
.env.example
13
.env.example
@ -20,10 +20,15 @@ TELEGRAM_PROXY_USERNAME=
|
||||
TELEGRAM_PROXY_PASSWORD=
|
||||
|
||||
#DB
|
||||
# memory - keep all data in memory/session file.
|
||||
# mysql - keep part of data in mysql database.
|
||||
# Reduce memory consumption and session size.
|
||||
DB=memory
|
||||
# memory
|
||||
# Keep all data in memory/session file.
|
||||
# This is default behavior
|
||||
# mysql
|
||||
# Keep part of data in mysql database.
|
||||
# Reduce memory consumption and session size. Beta function.
|
||||
# MariaDb + InnoDb Preffered.
|
||||
# Tables and DB will be created if not exists.
|
||||
DB_TYPE=memory
|
||||
MYSQL_HOST='127.0.0.1'
|
||||
MYSQL_PORT=3306
|
||||
MYSQL_USER='root'
|
||||
|
Loading…
Reference in New Issue
Block a user