mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-23 20:39:26 +00:00
Update config_tmpl.conf
This commit is contained in:
@@ -6,13 +6,12 @@ port = 80
|
||||
log = debug
|
||||
|
||||
[db]
|
||||
use_mysql = __USE_MYSQL__
|
||||
engine = __ENGINE__
|
||||
host = __MYSQL_HOST__
|
||||
port = __MYSQL_PORT__
|
||||
user = __MYSQL_USER__
|
||||
password = __MYSQL_PASS__
|
||||
database = __MYSQL_NAME__
|
||||
sqlite3_path = /data/jumpserver.sqlite
|
||||
database = __DATEBASE__
|
||||
|
||||
[mail]
|
||||
mail_enable = __MAIL_ENABLED__
|
||||
|
Reference in New Issue
Block a user