Set default value for APP INI
This commit is contained in:
parent
acb5913a64
commit
ef088d177a
|
@ -3,7 +3,7 @@ import sys
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
|
|
||||||
ckan_ini = os.environ.get('CKAN_INI', '')
|
ckan_ini = os.environ.get('CKAN_INI', '/srv/app/production.ini')
|
||||||
|
|
||||||
|
|
||||||
def init_db():
|
def init_db():
|
||||||
|
|
Loading…
Reference in New Issue