Skip to content

Add aws host for API #617

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 20, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ansible/delta-hosts/variables
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ egret_pg_pass=wwHQ5B4RfY9iKS3m
egret_pg_database=egret

[api_group:vars]
api_aws_alias_host=us-west-2.compute.internal
api_aws_access_key_id=AKIAJWSSSJYUXKNW2ZDA
api_aws_secret_access_key=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
api_github_client_id=d42d6634d4070c9d9bf9
Expand Down
1 change: 1 addition & 0 deletions ansible/gamma-hosts/variables
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ egret_pg_pass=b3UKjxbGblKZtG6c
egret_pg_database=egret

[api_group:vars]
api_aws_alias_host=us-west-2.compute.internal
api_aws_access_key_id=AKIAIDC4WVMTCGV7KRVQ
api_aws_secret_access_key=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
api_github_client_id=b6072dc57062faca7fcb
Expand Down
1 change: 1 addition & 0 deletions ansible/group_vars/alpha-api-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ api_base_container_envs: >-
-e USER_CONTENT_DOMAIN={{ user_content_domain }}
{% if api_intercom_app_id is defined %} -e INTERCOM_APP_ID={{ api_intercom_app_id }} {% endif %}
{% if api_intercom_api_key is defined %} -e INTERCOM_API_KEY={{ api_intercom_api_key }} {% endif %}
-e AWS_ALIAS_HOST={{ api_aws_alias_host }}