update configure file

pull/26/head
root 9 years ago
parent 72a18d6abf
commit 7d412e4c18

@ -1,19 +1,17 @@
#coding: utf8
[base]
url = http://192.168.244.129
url = http://192.168.10.148
key = 88aaaf7ffe3c6c04
log = debug
[db]
host = 127.0.0.1
host = 192.168.10.148
port = 3306
user = jumpserver
password = mysql234
password =mysql1234
database = jumpserver
[ldap]
ldap_enable = 1
host_url = ldap://127.0.0.1:389
@ -21,10 +19,8 @@ base_dn = dc=jumpserver, dc=org
root_dn = cn=admin,dc=jumpserver,dc=org
root_pw = secret234
[websocket]
web_socket_host = 192.168.40.140:3000
web_socket_host = 192.168.10.148:3000
[mail]
mail_enable = 1

@ -62,7 +62,7 @@ INSTALLED_APPS = (
'juser',
'jasset',
'jperm',
# 'jlog',
'jlog',
)
MIDDLEWARE_CLASSES = (

Loading…
Cancel
Save