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
2020-02-16 13:15:58 -05:00

3 lines
75 B
Python

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