From 267c7b1af11ec8f306b37c58c7190c57fd906dc5 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Thu, 23 Oct 2014 13:17:16 +0200 Subject: Config : all enum values in CAPS. --- src/main/JUTests/conf/testConn.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/main/JUTests/conf/testConn.yaml') diff --git a/src/main/JUTests/conf/testConn.yaml b/src/main/JUTests/conf/testConn.yaml index c41063c..78a4fa6 100644 --- a/src/main/JUTests/conf/testConn.yaml +++ b/src/main/JUTests/conf/testConn.yaml @@ -1,17 +1,17 @@ # This file contains credentials (should be readable only by SSSync) connections: - id : ora_1 - type: jdbc - dbms: oracle + type: JDBC + dbms: ORACLE ress: gest host: ora.univ-jfc.fr port: 1521 - user: GRHUM + user: grhum pass: secret - db : GHRUM + db : grhum - id : ldap_1 - type: ldap + type: LDAP host: localhost port: 389 bind: uid=ldapadmin,ou=specialUsers,dc=univ-jfc,dc=fr -- cgit v1.2.3