1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00

Init sources

This commit is contained in:
topilski 2020-02-08 22:27:17 -05:00
commit 92648275c3
156 changed files with 18906 additions and 0 deletions

7
docker/db_config.py Normal file
View file

@ -0,0 +1,7 @@
MONGO_DBNAME = 'iptv'
MONGO_URI = 'mongodb://mongodb:27017/' + MONGO_DBNAME
MONGODB_SETTINGS = {
'db': MONGO_DBNAME,
'host': MONGO_URI
}