forked from metacpan/metacpan-web
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetacpan_web.conf
38 lines (31 loc) · 882 Bytes
/
metacpan_web.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# rename this file to metacpan::web.yml and put a ':' after 'name' if
# you want to use YAML like in old versions of Catalyst
name MetaCPAN::Web
default_view HTML
api_secure = https://fastapi.metacpan.org
api_external_secure = https://fastapi.metacpan.org
source_host = https://st.aticpan.org
web_host = https://metacpan.org
consumer_key = metacpan.dev
cookie_secret = seekrit
consumer_secret = ClearAirTurbulence
mark_unauthorized_releases = 0
#site_alert_message = The sky is falling.
<view HTML>
INCLUDE_PATH root/
TAG_STYLE asp
PRE_PROCESS preprocess.html
WRAPPER wrapper.html
TEMPLATE_EXTENSION .html
ENCODING utf8
AUTO_FILTER html
STAT_TTL 1
COMPILE_PERL 2
COMPILE_DIR var/tmp/templates
</view>
<view Raw>
WRAPPER ""
</view>
<controller Account::Turing>
public_key 6LeH2MsSAAAAANwz3AA73Gw5OjCVjT6I51Ev-ior
</controller>