mirror of https://github.com/jumpserver/jumpserver
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
325 B
23 lines
325 B
[base]
|
|
url = http://127.0.0.1
|
|
key = 941enj9neshd1wes
|
|
ip = 0.0.0.0
|
|
port = 8000
|
|
log = debug
|
|
|
|
[db]
|
|
host = 127.0.0.1
|
|
port = 3306
|
|
user = jumpserver
|
|
password = mysql234
|
|
database = jumpserver
|
|
|
|
[mail]
|
|
mail_enable = 1
|
|
email_host =
|
|
email_port = 587
|
|
email_host_user =
|
|
email_host_password =
|
|
email_use_tls = True
|
|
email_use_ssl = False
|