set DB_CONF_MOUNT to False

This commit is contained in:
bohanjason 2020-05-04 02:33:07 -04:00 committed by Dana Van Aken
parent 52e1674f0a
commit f14f87c817
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ DB_PORT = '5432'
# If set to True, DB_CONF file is mounted to database container file
# Only available when HOST_CONN is docker or remote_docker
DB_CONF_MOUNT = True
DB_CONF_MOUNT = False
# Path to the configuration file on the database server
# If DB_CONF_MOUNT is True, the path is on the host server, not docker