Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8e2274a

Browse files
authoredSep 18, 2024
Merge pull request #1255 from metacpan/oalders/config-host
Add scheme and hostname to es server config
2 parents 9d64476 + bafa4bf commit 8e2274a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎metacpan_server.conf‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
git /usr/bin/git
22

33
level info
4-
elasticsearch_servers = :9200
4+
elasticsearch_servers = http://localhost:9200
55
minion_dsn = postgresql:///minion_queue
66
port 5000
77

‎metacpan_server_testing.conf‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ level warn
44
port 5000
55
source_base var/t/tmp/source
66

7-
elasticsearch_servers = elasticsearch_test:9200
7+
elasticsearch_servers = http://elasticsearch_test:9200
88

99
<logger>
1010
class Log::Log4perl::Appender::Screen

0 commit comments

Comments
 (0)
Please sign in to comment.