Mercurial > dive4elements > river
changeset 4071:0f5cc88a0f74
Added configuration file
flys-aft/trunk@3398 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 13 Dec 2011 10:11:23 +0000 |
parents | d09adfa90942 |
children | 88f801888d85 |
files | flys-aft/ChangeLog flys-aft/doc/conf.xml |
diffstat | 2 files changed, 25 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-aft/ChangeLog Tue Dec 13 10:01:44 2011 +0000 +++ b/flys-aft/ChangeLog Tue Dec 13 10:11:23 2011 +0000 @@ -1,3 +1,7 @@ +2011-12-13 Sascha L. Teichmann <sascha.teichmann@inteavtion.de> + + * doc/conf.xml: New. Configuration file. + 2011-12-13 Sascha L. Teichmann <sascha.teichmann@inteavtion.de> * ChangeLog: New. Argh! Forgot to check it in before.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/flys-aft/doc/conf.xml Tue Dec 13 10:11:23 2011 +0000 @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<sync> + <!-- The FLYS side --> + <flys> + <db> + <driver/> + <user/> + <password/> + <url/> + </db> + </flys> + <!-- The AFT side --> + <aft> + <db> + <driver/> + <user/> + <password/> + <url/> + </db> + </aft> +</sync>