Skip to content

Commit 3f9a3bd

Browse files
committed
Move variable from API group to global group
1 parent 20886c7 commit 3f9a3bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/beta-hosts/variables

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ api_aws_secret_access_key=A6XOpeEElvvIulfAzVLohqKtpKij5ZE8h0FFx0Jn
44
api_github_client_id=baa5c868b6d17d7ae002
55
api_github_client_secret=ad4f8527ae98d7eea15a32ee5abbead5c9a25abc
66
api_github_deploy_keys_bucket=runnable.deploykeys.production-beta
7-
api_hello_runnable_github_token=88ddc423c2312d02a8bbcaad76dd4c374a30e4af
87
api_mixpanel_app_id=c41affa4b08818443365c526cbb51606
98
api_mongo_auth=api:oW4c7x9Wiv28oiNBy2Bc
109
api_mongo_database=beta

ansible/group_vars/all.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ loggly_username: ops
3434

3535
# api
3636
api_github_hook_secret: 3V3RYTHINGisAW3S0ME!
37+
api_hello_runnable_github_token: 88ddc423c2312d02a8bbcaad76dd4c374a30e4af
38+
api_hostname: api.{{ domain }}
3739
api_neo4j_port: 7474
3840
api_neo4j_protocol: http://
39-
api_hostname: api.{{ domain }}
4041
api_port: 80
4142

4243
# astral

0 commit comments

Comments
 (0)