201de74a4ca65f5d6c5fd871bc615d17d20ece93
[pharext/pharext.org] / config / app.ini
1 [production]
2
3 github.api.url = https://api.github.com/
4 github.api.accept = application/vnd.github.v3+json
5
6 github.api.call.listrepos.args.per_page = 10
7 github.api.call.listhooks.args.per_page = 100
8
9 github.hook.url = https://pharext.org/github/hook
10 github.hook.content_type = json
11 github.hook.insecure_ssl = 0
12
13 github.storage.token.ttl = 3600
14 github.storage.cache.repo.ttl = 3600
15 github.storage.cache.repos.ttl = 3600
16 github.storage.cache.hooks.ttl = 3600
17 github.storage.cache.tags.ttl = 3600
18 github.storage.cache.releases.ttl = 3600
19
20 github.log = github
21
22 session.use_cookies = 1
23 session.use_only_cookies = 1
24 session.use_strict_mode = 1
25 session.cookie_httponly = 1
26 session.cookie_secure = 1
27 session.cache_limiter = ""
28 ;private_no_expire
29 ; minutes
30 session.cache_expire = 0
31
32 pq.flags = 0
33 pq.dsn = "user=pharext host=localhost"
34
35 log.github.streamhandler.handler = StreamHandler
36 log.github.streamhandler.args[] = ../logs/github.log
37 ; Logger::DEBUG == 100
38 log.github.streamhandler.args[] = 100
39
40 [localhost : production]
41
42 github.hook.url = https://pharext.ngrok.io/src/pharext.org.git/public/github/hook
43 github.hook.insecure_ssl = 1
44 github.hook.use_basic_auth = ngrok
45
46 ngrok.command = ngrok