diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2014-10-23 13:17:16 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2015-04-14 07:44:59 +0200 |
commit | 267c7b1af11ec8f306b37c58c7190c57fd906dc5 (patch) | |
tree | 28d3702fd32993c926b1f2057a91419ff9845b2b /src/main/conf/connections.yaml | |
parent | 177a7ece545dd0de3dd6de2042ae2491a523193b (diff) | |
download | sssync-267c7b1af11ec8f306b37c58c7190c57fd906dc5.tar.gz sssync-267c7b1af11ec8f306b37c58c7190c57fd906dc5.tar.bz2 sssync-267c7b1af11ec8f306b37c58c7190c57fd906dc5.zip |
Config : all enum values in CAPS.
Diffstat (limited to 'src/main/conf/connections.yaml')
-rw-r--r-- | src/main/conf/connections.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/conf/connections.yaml b/src/main/conf/connections.yaml index 1918d02..097117e 100644 --- a/src/main/conf/connections.yaml +++ b/src/main/conf/connections.yaml @@ -1,8 +1,8 @@ # This file contains credentials (should be readable only by SSSync) connections: - id : mysql_1 - type: jdbc - dbms: mysql + type: JDBC + dbms: MYSQL host: localhost port: 3306 user: root @@ -10,7 +10,7 @@ connections: db : sssync - id : ldap_1 - type: ldap + type: LDAP host: localhost port: 389 bind: uid=ldapadmin,ou=specialUsers,dc=univ-jfc,dc=fr |