From f14f87c817f09c2251198a13ff3848b006009474 Mon Sep 17 00:00:00 2001 From: bohanjason Date: Mon, 4 May 2020 02:33:07 -0400 Subject: [PATCH] set DB_CONF_MOUNT to False --- client/driver/driver_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/driver/driver_config.py b/client/driver/driver_config.py index 1e5c72a..7451385 100644 --- a/client/driver/driver_config.py +++ b/client/driver/driver_config.py @@ -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