mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-11-02 06:53:37 +00:00
1. rule operations list add delete edit info page compeleted
2. rule operations list add delete edit info page compeleted
This commit is contained in:
@@ -19,6 +19,7 @@ config = ConfigParser.ConfigParser()
|
||||
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
|
||||
config.read(os.path.join(BASE_DIR, 'jumpserver.conf'))
|
||||
|
||||
|
||||
DB_HOST = config.get('db', 'host')
|
||||
DB_PORT = config.getint('db', 'port')
|
||||
DB_USER = config.get('db', 'user')
|
||||
|
||||
Reference in New Issue
Block a user