First attempt at making config loadable through string config overrides in an env variable.
This commit is contained in:
parent
b95d3ec329
commit
e87ffa20cf
21 changed files with 367 additions and 397 deletions
|
@ -1,9 +1,6 @@
|
|||
from data.database import Image, RepositoryTag, Repository
|
||||
|
||||
from app import app
|
||||
|
||||
|
||||
store = app.config['STORAGE']
|
||||
from app import storage as store
|
||||
|
||||
|
||||
tag_query = (RepositoryTag
|
||||
|
|
Reference in a new issue