From 8e64eff782aa9d695afc6ee92f4f428c33ec8d23 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 23 Dec 2012 17:35:06 +0100 Subject: o Moving config.properties to etc/ to make it more app.sh compatible. --- etc/app.conf | 1 + etc/config.properties.template | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 etc/app.conf create mode 100644 etc/config.properties.template (limited to 'etc') diff --git a/etc/app.conf b/etc/app.conf new file mode 100644 index 0000000..9050c9d --- /dev/null +++ b/etc/app.conf @@ -0,0 +1 @@ +app.method=bin/method diff --git a/etc/config.properties.template b/etc/config.properties.template new file mode 100644 index 0000000..a8c4b97 --- /dev/null +++ b/etc/config.properties.template @@ -0,0 +1,13 @@ +gitorious.url= +gitorious.sessionValue= +gitorious.projectListUpdateDelay=1 +gitorious.projectListUpdateInterval=60 + +nexus.updateInterval=3600 + +jenkins.updateInterval=3600 + +database.driver= +database.url=jdbc:h2:tcp://127.0.0.1/esper;DB_CLOSE_DELAY=-1 +database.username= +database.password= -- cgit v1.2.3