Fix production override for listen setting
This commit is contained in:
parent
e3605f471c
commit
63554e222d
1 changed files with 2 additions and 1 deletions
|
|
@ -200,7 +200,8 @@ development:
|
||||||
autofollow_on_join: false
|
autofollow_on_join: false
|
||||||
autofollow_on_join_user: ''
|
autofollow_on_join_user: ''
|
||||||
production:
|
production:
|
||||||
listen: 'unix:tmp/diaspora.sock'
|
server:
|
||||||
|
listen: 'unix:tmp/diaspora.sock'
|
||||||
test:
|
test:
|
||||||
environment:
|
environment:
|
||||||
url: 'http://localhost:9887/'
|
url: 'http://localhost:9887/'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue