Skip to content

Commit 0b4bc5b

Browse files
authored
Add missing reference to Scout ENV log keys (#357)
2 parents d15e931 + f4ffa62 commit 0b4bc5b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/.bundle
99

1010
# Ignore all environment files.
11-
/.env*
11+
/.env
1212

1313
db/structure.sql
1414

config/deploy.production.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ env:
2727
- RAILS_MASTER_KEY
2828
- SECRET_KEY_BASE
2929
- SCOUT_KEY
30+
- SCOUT_LOGS_INGEST_KEY
3031
clear:
3132
AWS_BUCKET_NAME: skillrx-production
3233
AWS_DEFAULT_REGION: us-east-1

config/deploy.staging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ env:
2727
- RAILS_MASTER_KEY
2828
- SECRET_KEY_BASE
2929
- SCOUT_KEY
30+
- SCOUT_LOGS_INGEST_KEY
3031
clear:
3132
AWS_BUCKET_NAME: skillrx-staging
3233
AWS_DEFAULT_REGION: us-east-1

0 commit comments

Comments
 (0)