Skip to content
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 @@ -20,6 +20,7 @@ api_new_relic_app_name=delta-api-production
api_rollbar_key=a90d9c262c7c48cfabbd32fd0a1bc61c
api_workers_rollbar_key=3edfe8fe4fd640ae9fdbbe08fcb9f121
api_s3_context_bucket=runnable.context.resources.production
api_s3_log_bucket=production-delta.container-logs
api_intercom_app_id=wqzm3rju
api_intercom_api_key=46e75ada5d21f248787689b35fe80e11efe9303a

Expand Down
1 change: 1 addition & 0 deletions ansible/gamma-hosts/variables
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ api_mongo_replset_name=gamma-rs0
api_rollbar_key=a90d9c262c7c48cfabbd32fd0a1bc61c
api_workers_rollbar_key=3edfe8fe4fd640ae9fdbbe08fcb9f121
api_s3_context_bucket=runnable.context.resources.production-beta
api_s3_log_bucket=production-gamma.container-logs

[arithmancy:vars]
arithmancy_pg_database=arithmancy
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 @@ -57,6 +57,7 @@ api_base_container_envs: >-
-e REDIS_IPADDRESS={{ redis_host_address }}
-e REDIS_PORT={{ redis_port }}
-e S3_CONTEXT_RESOURCE_BUCKET={{ api_s3_context_bucket }}
-e S3_LOG_BUCKET={{ api_s3_log_bucket }}
-e SENDGRID_KEY={{ sendgrid_key }}
-e SWARM_HOST=http://{{ swarm_host_address }}:{{ swarm_master_port }}
-e USER_CONTENT_DOMAIN={{ user_content_domain }}
Expand Down