6 lines
96 B
Python
6 lines
96 B
Python
class Settings:
|
|
MONGO_URI = 'mongodb://root:iamciniao@10.0.0.7:27017'
|
|
|
|
|
|
settings = Settings
|