Skip to content
Snippets Groups Projects
Commit 0ef7355c authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Add init call to config initialization

parent eedd75ed
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ import os
configuration = config[os.environ.get('NOPAQUE_CONFIG', 'development')]
configuration.init()
docker_client = docker.from_env()
engine = create_engine(configuration.SQLALCHEMY_DATABASE_URI)
Session = scoped_session(sessionmaker(bind=engine))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment