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

Update config.py

This commit is contained in:
Alexandr Topilski 2019-06-07 08:21:01 +03:00 committed by GitHub
parent 151be0493c
commit 6509a98695
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
MONGO_DBNAME = 'iptv' MONGO_DBNAME = 'iptv'
MONGO_URI = 'mongodb://mongodb:27017/' + MONGO_DBNAME MONGO_URI = 'mongodb://localhost:27017/' + MONGO_DBNAME
MONGODB_SETTINGS = { MONGODB_SETTINGS = {
'db': MONGO_DBNAME, 'db': MONGO_DBNAME,