fix minor typos
This commit is contained in:
parent
2263e9a514
commit
239af6e27f
|
@ -29,7 +29,7 @@ END
|
||||||
|
|
||||||
deployment_strategy() {
|
deployment_strategy() {
|
||||||
|
|
||||||
init_flagfile="${idhub_dir}/already_configured"
|
init_flagfile="${idhub_dir}/already_configured.idhub"
|
||||||
if [ ! -f "${init_flagfile}" ]; then
|
if [ ! -f "${init_flagfile}" ]; then
|
||||||
|
|
||||||
echo "INFO: detected NEW deployment"
|
echo "INFO: detected NEW deployment"
|
||||||
|
|
|
@ -127,7 +127,7 @@ DATABASES = {
|
||||||
'NAME': os.getenv('IDHUB_DB_NAME', 'idhub'),
|
'NAME': os.getenv('IDHUB_DB_NAME', 'idhub'),
|
||||||
'USER': os.getenv('IDHUB_DB_USER', 'ereuse'),
|
'USER': os.getenv('IDHUB_DB_USER', 'ereuse'),
|
||||||
'PASSWORD': os.getenv('IDHUB_DB_PASSWORD', 'ereuse'),
|
'PASSWORD': os.getenv('IDHUB_DB_PASSWORD', 'ereuse'),
|
||||||
'HOST': os.getenv('IDHUB_DB_HOS', 'idhub-postgres'),
|
'HOST': os.getenv('IDHUB_DB_HOST', 'idhub-postgres'),
|
||||||
'PORT': os.getenv('IDHUB_DB_PORT', '5432'),
|
'PORT': os.getenv('IDHUB_DB_PORT', '5432'),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue