Skip to content

Commit b3004ea

Browse files
committed
Merge pull request #267 from CodeNow/url-hostname
Fixed bad var name
2 parents 88e9ad4 + 58fd162 commit b3004ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/group_vars/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ loggly_username: ops
3535
# api
3636
api_github_hook_secret: 3V3RYTHINGisAW3S0ME!
3737
api_hostname: api.{{ domain }}
38-
api_url: "{{ api_url }}"
38+
api_url: https://{{ api_hostname }}
3939
api_neo4j_port: 7474
4040
api_neo4j_protocol: http://
4141
api_port: 80

0 commit comments

Comments
 (0)