Only create table if not exist
This commit is contained in:
@@ -139,7 +139,7 @@ def init():
|
||||
kw = {
|
||||
'symmetric_key': secret,
|
||||
}
|
||||
db = ReferenceKeystore('cic_signer', **kw)
|
||||
db = ReferenceKeystore(os.environ.get('SIGNER_DATABASE', 'cic_signer'), **kw)
|
||||
signer = ReferenceSigner(db)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user