mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-05-08 14:47:09 +00:00
修改名称
This commit is contained in:
0
connect.py → jump.py
Executable file → Normal file
0
connect.py → jump.py
Executable file → Normal file
@@ -15,7 +15,7 @@ import ConfigParser
|
||||
config = ConfigParser.ConfigParser()
|
||||
|
||||
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
|
||||
config.read(os.path.join(BASE_DIR, 'jump.conf'))
|
||||
config.read(os.path.join(BASE_DIR, 'jumpserver.conf'))
|
||||
|
||||
DB_HOST = config.get('db', 'host')
|
||||
DB_PORT = config.getint('db', 'port')
|
||||
|
||||
Reference in New Issue
Block a user