Tweaks to settings.py
This commit is contained in:
@@ -504,3 +504,5 @@ DOMAIN = {
|
||||
|
||||
MONGO_HOST = os.environ.get('MONGO_HOST', 'localhost')
|
||||
MONGO_PORT = os.environ.get('MONGO_PORT', 27017)
|
||||
CACHE_EXPIRES = 60
|
||||
HATEOAS = False
|
||||
|
Reference in New Issue
Block a user