diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-11-20 20:02:47 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-11-20 20:02:47 +0100 |
commit | cac8228f38136cfc41673458c58c25f168b1e1ff (patch) | |
tree | 34f482cfd506a3b217f9f62fc00719b7f36e4a9e /config.properties.template | |
parent | 8596b9b566745ca65b3a75fe8b6d4c091369fedc (diff) | |
download | esper-testing-cac8228f38136cfc41673458c58c25f168b1e1ff.tar.gz esper-testing-cac8228f38136cfc41673458c58c25f168b1e1ff.tar.bz2 esper-testing-cac8228f38136cfc41673458c58c25f168b1e1ff.tar.xz esper-testing-cac8228f38136cfc41673458c58c25f168b1e1ff.zip |
o Adding BoneCP init to Config.
o Starting on an actor-like structure for the running jobs.
o Loading Nexus servers and group ids to look for from the database.
Diffstat (limited to 'config.properties.template')
-rwxr-xr-x | config.properties.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.properties.template b/config.properties.template index 3f3a0f1..90869ce 100755 --- a/config.properties.template +++ b/config.properties.template @@ -1,7 +1,7 @@ gitorious.url= gitorious.sessionValue= -nexus.url= +nexus.updateInterval=3600 database.driver= database.url=jdbc:h2:tcp://127.0.0.1/esper;DB_CLOSE_DELAY=-1 |