diff options
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= |