Mercurial Hosting > nabble
comparison 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 |
comparison
equal
deleted
inserted
replaced
17:c9bbcebcf359 | 18:862b1ef23e75 |
---|---|
77 Serve.www_port = 8081 | 77 Serve.www_port = 8081 |
78 Serve.is_www = true | 78 Serve.is_www = true |
79 end | 79 end |
80 end | 80 end |
81 | 81 |
82 local Server = require "java:global.Server" | |
83 Server.add("local","jdbc:postgresql://localhost:5432/nabble","administrator","","me.nabble.com"); | |
84 | |
82 function Init.add_filters(context) | 85 function Init.add_filters(context) |
83 end | 86 end |
84 | 87 |
85 | 88 |
86 return Init | 89 return Init |