Skip to content

Commit 37bc5ee

Browse files
committed
Fix hostname for elasticsearch_servers default in config
1 parent 7e01a73 commit 37bc5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metacpan_server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git: /usr/bin/git
44
cpan: /CPAN
55
secret: "the stone roses"
66
level: info
7-
elasticsearch_servers: http://localhost:9200
7+
elasticsearch_servers: http://elasticsearch:9200
88
minion_dsn: "postgresql://metacpan:t00lchain@pghost:5432/minion_queue"
99
port: 5000
1010

0 commit comments

Comments
 (0)