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,
|
||||
'production': ProductionConfig,
|
||||
'testing': TestingConfig,
|
||||
'default': ProductionConfig
|
||||
'default': DevelopmentConfig
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue