From 0e6365e8198738446f2978757a63c16cae8961fe Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Sat, 21 May 2022 12:07:21 -0400 Subject: [PATCH] add more env to blueprint --- render.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/render.yaml b/render.yaml index 26ac5a8..244a746 100644 --- a/render.yaml +++ b/render.yaml @@ -62,6 +62,8 @@ services: healthCheckPath: /v1/health envVars: - fromGroup: env-settings + - key: BUGSNAG_APP_TYPE + value: api - key: REDIS_URL fromService: type: redis @@ -86,6 +88,10 @@ services: plan: starter plus envVars: - fromGroup: env-settings + - key: BUGSNAG_APP_TYPE + value: worker + - key: BUGSNAG_METADATA_QUEUE + value: notifications - key: REDIS_URL fromService: type: redis @@ -110,6 +116,10 @@ services: plan: starter plus envVars: - fromGroup: env-settings + - key: BUGSNAG_APP_TYPE + value: worker + - key: BUGSNAG_METADATA_QUEUE + value: stuck - key: REDIS_URL fromService: type: redis @@ -134,6 +144,8 @@ services: plan: starter envVars: - fromGroup: env-settings + - key: BUGSNAG_APP_TYPE + value: scheduler - key: REDIS_URL fromService: type: redis @@ -154,6 +166,10 @@ services: plan: starter envVars: - fromGroup: env-settings + - key: BUGSNAG_APP_TYPE + value: worker + - key: BUGSNAG_METADATA_QUEUE + value: users - key: REDIS_URL fromService: type: redis @@ -174,6 +190,10 @@ services: plan: starter plus envVars: - fromGroup: env-settings + - key: BUGSNAG_APP_TYPE + value: worker + - key: BUGSNAG_METADATA_QUEUE + value: subreddits - key: REDIS_URL fromService: type: redis @@ -198,6 +218,10 @@ services: plan: starter plus envVars: - fromGroup: env-settings + - key: BUGSNAG_APP_TYPE + value: worker + - key: BUGSNAG_METADATA_QUEUE + value: trending - key: REDIS_URL fromService: type: redis