Mercurial Hosting > nabble
diff conf/Init.luan @ 18:862b1ef23e75
add setup.sh
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 02 Feb 2020 09:04:59 -0700 |
parents | c4ed473452d4 |
children | af4632c42979 |
line wrap: on
line diff
--- a/conf/Init.luan Thu Jan 09 11:28:37 2020 +0300 +++ b/conf/Init.luan Sun Feb 02 09:04:59 2020 -0700 @@ -79,6 +79,9 @@ end end +local Server = require "java:global.Server" +Server.add("local","jdbc:postgresql://localhost:5432/nabble","administrator","","me.nabble.com"); + function Init.add_filters(context) end