mirror of https://github.com/jumpserver/jumpserver
Update config_tmpl.conf
parent
e608fbaad5
commit
699bdd1348
|
@ -6,13 +6,12 @@ port = 80
|
||||||
log = debug
|
log = debug
|
||||||
|
|
||||||
[db]
|
[db]
|
||||||
use_mysql = __USE_MYSQL__
|
engine = __ENGINE__
|
||||||
host = __MYSQL_HOST__
|
host = __MYSQL_HOST__
|
||||||
port = __MYSQL_PORT__
|
port = __MYSQL_PORT__
|
||||||
user = __MYSQL_USER__
|
user = __MYSQL_USER__
|
||||||
password = __MYSQL_PASS__
|
password = __MYSQL_PASS__
|
||||||
database = __MYSQL_NAME__
|
database = __DATEBASE__
|
||||||
sqlite3_path = /data/jumpserver.sqlite
|
|
||||||
|
|
||||||
[mail]
|
[mail]
|
||||||
mail_enable = __MAIL_ENABLED__
|
mail_enable = __MAIL_ENABLED__
|
||||||
|
|
Loading…
Reference in New Issue