1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00
fastocloud_admin/docker/db_config.py
2020-02-08 22:27:17 -05:00

7 lines
146 B
Python

MONGO_DBNAME = 'iptv'
MONGO_URI = 'mongodb://mongodb:27017/' + MONGO_DBNAME
MONGODB_SETTINGS = {
'db': MONGO_DBNAME,
'host': MONGO_URI
}