From 48c598eb93630292c023fca8d052b90def56d783 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Tue, 22 Nov 2011 21:57:25 +0000 Subject: [PATCH] CSPACE-4526: Parameterized default-repo-config.xml in nuxeo-server. --- .../5.4.2-HF05/config/default-repo-config.xml | 8 ++++---- .../config/default-repo-config.xml | 13 +++++++------ 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/3rdparty/nuxeo/nuxeo-server/5.4.2-HF05/config/default-repo-config.xml b/3rdparty/nuxeo/nuxeo-server/5.4.2-HF05/config/default-repo-config.xml index 50fa6b258..b6469ddb3 100644 --- a/3rdparty/nuxeo/nuxeo-server/5.4.2-HF05/config/default-repo-config.xml +++ b/3rdparty/nuxeo/nuxeo-server/5.4.2-HF05/config/default-repo-config.xml @@ -5,15 +5,15 @@ + org.postgresql.xa.PGXADataSource jdbc:postgresql://localhost:5432/nuxeo - --> nuxeo - nuxeo - nuxpw + @NUXEO_USER@ + @NUXEO_PW@ imd:user_comment note diff --git a/3rdparty/nuxeo/nuxeo-server/5.5-I20111104_1115/config/default-repo-config.xml b/3rdparty/nuxeo/nuxeo-server/5.5-I20111104_1115/config/default-repo-config.xml index c824fbf6f..fb63f09b8 100644 --- a/3rdparty/nuxeo/nuxeo-server/5.5-I20111104_1115/config/default-repo-config.xml +++ b/3rdparty/nuxeo/nuxeo-server/5.5-I20111104_1115/config/default-repo-config.xml @@ -5,15 +5,16 @@ + - nuxeo - nuxpw - + org.postgresql.xa.PGXADataSource + jdbc:postgresql://localhost:5432/nuxeo + nuxeo + @NUXEO_USER@ + @NUXEO_PW@ + imd:user_comment note webp:content -- 2.47.3