ngrok basic auth
[pharext/pharext.org] / app / config.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 = private_no_expire
23 ; minutes
24 session.cache_expire = 0
25
26 [localhost : production]
27
28 github.hook.url = https://pharext.ngrok.io/src/pharext.org.git/public/github/hook
29 github.hook.insecure_ssl = 1
30 github.hook.use_basic_auth = ngrok
31
32 ngrok.command = ngrok