Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fd23855

Browse filesBrowse files
committed
Update metacpan-web config
Change it to correspond to the docker-compose services we'll add later. Also, don't compile Alloy templates as we're running from via commandline/plackup (see the [docs][0]). [0]: https://metacpan.org/pod/Template::Alloy#COMPILE_PERL
1 parent 13e2d63 commit fd23855
Copy full SHA for fd23855

File tree

Expand file treeCollapse file tree

1 file changed

+7
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-5
lines changed

‎configs/metacpan-web/metacpan_web.conf

Copy file name to clipboardExpand all lines: configs/metacpan-web/metacpan_web.conf
+7-5Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
name MetaCPAN::Web
44
default_view HTML
55

6-
api = http://cpan-api:5000
7-
api_external = http://cpan-api:5000
8-
api_secure = http://cpan-api:5000
9-
api_external_secure = http://cpan-api:5000
6+
api = http://api:5000
7+
api_external = http://localhost:5000
8+
api_secure = http://api:5000
9+
api_external_secure = http://localhost:5000
10+
source_host = http://localhost:5000
11+
web_host = http://localhost:5001
1012
consumer_key = metacpan.dev
1113
cookie_secret = seekrit
1214
consumer_secret = ClearAirTurbulence
@@ -24,7 +26,7 @@ mark_unauthorized_releases = 0
2426
ENCODING utf8
2527
AUTO_FILTER html
2628
STAT_TTL 1
27-
COMPILE_PERL 2
29+
COMPILE_PERL 0
2830
COMPILE_DIR var/tmp/templates
2931
</view>
3032

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.