Skip to content

Commit a118e44

Browse files
fix navi name
1 parent 6f86f72 commit a118e44

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/group_vars/alpha-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

ansible/group_vars/alpha-workers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)