From 72da2c16bdc943c82f4a7989bc0a9500ea18395a Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Mon, 2 Sep 2019 13:48:32 +0200 Subject: [PATCH] FPDC: correct the database path Signed-off-by: Clement Verna --- roles/openshift-apps/fpdc/templates/kinto.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/fpdc/templates/kinto.ini b/roles/openshift-apps/fpdc/templates/kinto.ini index 775d6adaec..b861bacbec 100644 --- a/roles/openshift-apps/fpdc/templates/kinto.ini +++ b/roles/openshift-apps/fpdc/templates/kinto.ini @@ -36,7 +36,7 @@ kinto.includes = kinto.plugins.openid # https://kinto.readthedocs.io/en/latest/configuration/settings.html#storage # kinto.storage_backend = kinto.core.storage.postgresql -kinto.storage_url = postgresql://fpdc:{{fpdc_stg_db_pass}}@{{fpdc_stg_db_server}}/kinto +kinto.storage_url = postgresql://fpdc:{{fpdc_stg_db_pass}}@{{fpdc_stg_db_server}}/fpdc # kinto.storage_max_fetch_size = 10000 # kinto.storage_pool_size = 25 # kinto.storage_max_overflow = 5 @@ -64,7 +64,7 @@ kinto.cache_url = # https://kinto.readthedocs.io/en/latest/configuration/settings.html#permissions # kinto.permission_backend = kinto.core.permission.postgresql -kinto.permission_url = postgresql://fpdc:{{fpdc_stg_db_pass}}@{{fpdc_stg_db_server}}/kinto +kinto.permission_url = postgresql://fpdc:{{fpdc_stg_db_pass}}@{{fpdc_stg_db_server}}/fpdc # kinto.permission_pool_size = 25 # kinto.permission_max_overflow = 5 # kinto.permission_pool_recycle = 1