1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00
fastocloud_admin/app/config/db_config.py
Alexandr Topilski d50b6634f2
Pymodm (#30)
* Pymodm

* Up

* Review

* More logs

* Connect without check

* Alias

* Review

* Fixes
2020-02-17 17:12:18 +03:00

3 lines
75 B
Python

MONGODB_DB_NAME = 'iptv'
MONGODB_HOST = 'localhost'
MONGODB_PORT = '27017'