From: Michael Wallner Date: Fri, 16 Dec 2016 09:07:06 +0000 (+0100) Subject: config: more logs; fix localhost hook url X-Git-Url: https://git.m6w6.name/?p=pharext%2Fpharext.org;a=commitdiff_plain;h=38c74390cfc8a22810d9a79578c90fae336f12d2 config: more logs; fix localhost hook url --- diff --git a/config/app.ini b/config/app.ini index 5c88671..5d15fff 100644 --- a/config/app.ini +++ b/config/app.ini @@ -40,10 +40,19 @@ log.github.streamhandler.args[] = ../logs/github.log ; Logger::DEBUG == 100 log.github.streamhandler.args[] = 100 +log.session.streamhandler.handler = StreamHandler +log.session.streamhandler.args.0 = ../logs/session.log +log.session.streamhandler.args.1 = 100 + +log.query.streamhandler.handler = StreamHandler +log.query.streamhandler.args.0 = ../logs/query.log +log.query.streamhandler.args.1 = 100 + [localhost : production] -github.hook.url = https://pharext.ngrok.io/src/pharext.org.git/public/github/hook +github.hook.url = https://pharext.ngrok.io/github/hook github.hook.insecure_ssl = 1 github.hook.use_basic_auth = ngrok ngrok.command = ngrok +session.save_path = /tmp