Fix production override for listen setting

This commit is contained in:
Jonne Haß 2015-06-04 22:03:07 +02:00
parent e3605f471c
commit 63554e222d

View file

@ -200,7 +200,8 @@ development:
autofollow_on_join: false
autofollow_on_join_user: ''
production:
listen: 'unix:tmp/diaspora.sock'
server:
listen: 'unix:tmp/diaspora.sock'
test:
environment:
url: 'http://localhost:9887/'