File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ container_envs: >
3131 -e MIXPANEL_APP_ID={{ api_mixpanel_app_id }}
3232 -e MONGO=mongodb://{{ api_mongo_auth }}@{{ mongo_hosts }}/{{ api_mongo_database }}
3333 -e MONGO_REPLSET_NAME={{ api_mongo_replset_name }}
34- -e NAVI_HOST=http://{{ navi_host_addressname }}:{{ navi_port }}
34+ -e NAVI_HOST=http://{{ navi_host_address }}:{{ navi_port }}
3535 -e NEO4J={{ api_neo4j_protocol }}{{ api_neo4j_auth }}@{{ neo4j_host_address }}:{{ api_neo4j_port }}
3636 -e NEW_RELIC_APP_NAME={{ api_new_relic_app_name }}
3737 -e NEW_RELIC_LICENSE_KEY={{ new_relic_license_key }}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ container_envs: >
2828 -e MIXPANEL_APP_ID={{ api_mixpanel_app_id }}
2929 -e MONGO=mongodb://{{ api_mongo_auth }}@{{ mongo_hosts }}/{{ api_mongo_database }}
3030 -e MONGO_REPLSET_NAME={{ api_mongo_replset_name }}
31- -e NAVI_HOST=http://{{ navi_host_addressname }}:{{ navi_port }}
31+ -e NAVI_HOST=http://{{ navi_host_address }}:{{ navi_port }}
3232 -e NEO4J={{ api_neo4j_protocol }}{{ api_neo4j_auth }}@{{ neo4j_host_address }}:{{ api_neo4j_port }}
3333 -e NEW_RELIC_APP_NAME={{ api_new_relic_app_name }}
3434 -e NEW_RELIC_LICENSE_KEY={{ new_relic_license_key }}
You can’t perform that action at this time.
0 commit comments