Update network path

This commit is contained in:
a@a.ru 2019-03-28 18:31:44 +03:00
parent ae8d45d4bb
commit ca532a74b4
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
block:
- name: Start server
command: "mix phx.server"
environment: "{{ chain_upper_env }}"
environment: "{{ chain_upper_env | combine({'network_path':'/'}) }}"
ignore_errors: true
args:
chdir: "blockscout-{{ chain }}"