Commit 7d412e4c authored by root's avatar root

update configure file

parent 72a18d6a
#coding: utf8 #coding: utf8
[base] [base]
url = http://192.168.244.129 url = http://192.168.10.148
key = 88aaaf7ffe3c6c04 key = 88aaaf7ffe3c6c04
log = debug log = debug
[db] [db]
host = 127.0.0.1 host = 192.168.10.148
port = 3306 port = 3306
user = jumpserver user = jumpserver
password = mysql234 password =mysql1234
database = jumpserver database = jumpserver
[ldap] [ldap]
ldap_enable = 1 ldap_enable = 1
host_url = ldap://127.0.0.1:389 host_url = ldap://127.0.0.1:389
...@@ -21,10 +19,8 @@ base_dn = dc=jumpserver, dc=org ...@@ -21,10 +19,8 @@ base_dn = dc=jumpserver, dc=org
root_dn = cn=admin,dc=jumpserver,dc=org root_dn = cn=admin,dc=jumpserver,dc=org
root_pw = secret234 root_pw = secret234
[websocket] [websocket]
web_socket_host = 192.168.40.140:3000 web_socket_host = 192.168.10.148:3000
[mail] [mail]
mail_enable = 1 mail_enable = 1
......
...@@ -62,7 +62,7 @@ INSTALLED_APPS = ( ...@@ -62,7 +62,7 @@ INSTALLED_APPS = (
'juser', 'juser',
'jasset', 'jasset',
'jperm', 'jperm',
# 'jlog', 'jlog',
) )
MIDDLEWARE_CLASSES = ( MIDDLEWARE_CLASSES = (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment