mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-04-30 12:23:36 +00:00
7 lines
113 B
Python
7 lines
113 B
Python
|
import json
|
||
|
import seahub_settings
|
||
|
|
||
|
db_infos = seahub_settings.DATABASES['default']
|
||
|
|
||
|
print(json.dumps(db_infos))
|