Skip to content

Commit 58fd162

Browse files
author
Myztiq
committed
Added https in front of api_url
1 parent 7181dca commit 58fd162

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_hostname }}"
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)