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:
commit
92648275c3
156 changed files with 18906 additions and 0 deletions
7
docker/db_config.py
Normal file
7
docker/db_config.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
MONGO_DBNAME = 'iptv'
|
||||
MONGO_URI = 'mongodb://mongodb:27017/' + MONGO_DBNAME
|
||||
|
||||
MONGODB_SETTINGS = {
|
||||
'db': MONGO_DBNAME,
|
||||
'host': MONGO_URI
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue