aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/app.conf1
-rw-r--r--etc/config.properties.template13
2 files changed, 14 insertions, 0 deletions
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=