flush
[pharext/pharext.org] / config / app.ini
1 [production]
2
3 github.hook.url = https://pharext.org/github/hook
4 github.hook.content_type = json
5 github.hook.insecure_ssl = 0
6
7 github.fetch.repos.per_page = 10
8 github.fetch.hooks.per_page = 100
9
10 github.storage.token.ttl = 3600
11 github.storage.cache.repo.ttl = 3600
12 github.storage.cache.repos.ttl = 3600
13 github.storage.cache.hooks.ttl = 3600
14 github.storage.cache.tags.ttl = 3600
15 github.storage.cache.releases.ttl = 3600
16
17 session.use_cookies = 1
18 session.use_only_cookies = 1
19 session.use_strict_mode = 1
20 session.cookie_httponly = 1
21 session.cookie_secure = 1
22 session.cache_limiter = ""
23 ;private_no_expire
24 ; minutes
25 session.cache_expire = 0
26
27 pq.flags = 0
28 pq.dsn = "user=pharext host=localhost"
29
30 [localhost : production]
31
32 github.hook.url = https://pharext.ngrok.io/src/pharext.org.git/public/github/hook
33 github.hook.insecure_ssl = 1
34 github.hook.use_basic_auth = ngrok
35
36 ngrok.command = ngrok