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.
16 lines
298 B
16 lines
298 B
#coding:utf-8
|
|
|
|
[db]
|
|
host = 127.0.0.1
|
|
port = 3306
|
|
user = root
|
|
password = redhat
|
|
db = jumpserver
|
|
|
|
[jumpserver]
|
|
key = 88aaaf7ffe3c6c04
|
|
ldap_host = ldap://127.0.0.1:389
|
|
ldap_base_dn = dc=yolu,dc=com
|
|
admin_cn = cn=admin,dc=yolu,dc=com
|
|
admin_pass = VNLqNCjpNBIetEoCA2h3
|
|
web_socket_host = 172.10.10.9:3000 |