Skip to content

Commit bc21002

Browse files
committed
Set default value for PGSERVICE
1 parent dc1fb40 commit bc21002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alembic/env.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# Set variables for config
1212
section = config.config_ini_section
13-
config.set_section_option(section, "PGSERVICE", os.environ.get("PGSERVICE"))
13+
config.set_section_option(section, "PGSERVICE", os.environ.get("PGSERVICE", "qwc_configdb"))
1414
config.set_section_option(section, "QWC_CONFIG_SCHEMA", os.environ.get("QWC_CONFIG_SCHEMA", "qwc_config"))
1515

1616
# Interpret the config file for Python logging.

0 commit comments

Comments
 (0)