Setting DevelopmentConfig as default
This commit is contained in:
parent
eddc87108d
commit
f263bf4092
1 changed files with 1 additions and 1 deletions
|
@ -91,5 +91,5 @@ config = {
|
||||||
'development': DevelopmentConfig,
|
'development': DevelopmentConfig,
|
||||||
'production': ProductionConfig,
|
'production': ProductionConfig,
|
||||||
'testing': TestingConfig,
|
'testing': TestingConfig,
|
||||||
'default': ProductionConfig
|
'default': DevelopmentConfig
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue