changed string to object
parent
8c77155cd4
commit
a53f34506b
|
@ -30,7 +30,7 @@ class ProdConfig(BaseConfig):
|
|||
def get_config_location():
|
||||
"""Determine which config to load based on environment"""
|
||||
environment_configs = dict(
|
||||
dev='market_api.config.DevelopmentConfig',
|
||||
dev=DevelopmentConfig,
|
||||
test=TestConfig,
|
||||
prod=ProdConfig
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue