forked from metacpan/metacpan-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metacpan_web.conf
42 lines (35 loc) · 1.02 KB
/
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
38
39
40
41
42
# 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
api = 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
log4perl_file = log4perl.conf
lessc_command = yarn -s run lessc
mark_unauthorized_releases = 0
#site_alert_message = The sky is falling.
<View::Xslate>
cache_dir = var/tmp/templates
cache = 1
</View::Xslate>
<Controller::Account::Turing>
public_key 6LeH2MsSAAAAANwz3AA73Gw5OjCVjT6I51Ev-ior
</Controller::Account::Turing>
<sitemap sitemap-authors.xml.gz>
object_type = author
field_name = pauseid
metacpan_url = author
</sitemap>
<sitemap sitemap-releases.xml.gz>
object_type = release
field_name = distribution
metacpan_url = release
<filter>
<term>
status = latest
</term>
</filter>
</sitemap>