Skip to content

Commit 02aa5b8

Browse files
author
anandkumarpatel
committed
Merge pull request #279 from CodeNow/SAN-3371-charon-consul-env
SAN-3371 Consul api/url
2 parents 3bc1884 + b3dee55 commit 02aa5b8

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

ansible/group_vars/alpha-charon.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ enviroment_vars:
1717
consul_values:
1818
- key: "{{ name }}/version"
1919
value: "{{ git_branch }}"
20+
- key: api/url
21+
value: "{{ api_url }}"

ansible/group_vars/alpha-consul.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ consul_seed:
4444
value: "{{ node_env }}"
4545
- key: api/hostname
4646
value: "{{ api_hostname }}"
47+
- key: api/url
48+
value: "{{ api_url }}"

0 commit comments

Comments
 (0)