diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-11-19 18:47:58 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-11-19 18:47:58 +0100 |
commit | 8596b9b566745ca65b3a75fe8b6d4c091369fedc (patch) | |
tree | 759614ac3dd65065b0a7db2d1cc79e44a48ccebd /config.properties.template | |
parent | af92579129943acac73542f4e05e1c7faeda0994 (diff) | |
download | esper-testing-8596b9b566745ca65b3a75fe8b6d4c091369fedc.tar.gz esper-testing-8596b9b566745ca65b3a75fe8b6d4c091369fedc.tar.bz2 esper-testing-8596b9b566745ca65b3a75fe8b6d4c091369fedc.tar.xz esper-testing-8596b9b566745ca65b3a75fe8b6d4c091369fedc.zip |
o Integrating new httpcommons code.
Diffstat (limited to 'config.properties.template')
-rwxr-xr-x | config.properties.template | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.properties.template b/config.properties.template index 5aba05e..3f3a0f1 100755 --- a/config.properties.template +++ b/config.properties.template @@ -2,3 +2,8 @@ gitorious.url= gitorious.sessionValue= nexus.url= + +database.driver= +database.url=jdbc:h2:tcp://127.0.0.1/esper;DB_CLOSE_DELAY=-1 +database.username= +database.password= |