File tree Expand file tree Collapse file tree 4 files changed +1
-6
lines changed Expand file tree Collapse file tree 4 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,3 @@ AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY
99AZURE_STORAGE_ACCOUNT_NAME=$AZURE_STORAGE_ACCOUNT_NAME
1010AZURE_STORAGE_ACCOUNT_KEY=$AZURE_STORAGE_ACCOUNT_KEY
1111SCOUT_KEY=$SCOUT_KEY
12- SCOUT_LOGS_INGEST_KEY=$SCOUT_LOGS_INGEST_KEY
Original file line number Diff line number Diff line change 2727 - RAILS_MASTER_KEY
2828 - SECRET_KEY_BASE
2929 - SCOUT_KEY
30- - SCOUT_LOGS_INGEST_KEY
3130 clear :
3231 AWS_BUCKET_NAME : skillrx-production
3332 AWS_DEFAULT_REGION : us-east-1
Original file line number Diff line number Diff line change 2727 - RAILS_MASTER_KEY
2828 - SECRET_KEY_BASE
2929 - SCOUT_KEY
30- - SCOUT_LOGS_INGEST_KEY
3130 clear :
3231 AWS_BUCKET_NAME : skillrx-staging
3332 AWS_DEFAULT_REGION : us-east-1
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ common: &defaults
55 # key: Your Organization key for Scout APM. Found on the settings screen.
66 # - Default: none
77 key : <%= ENV["SCOUT_KEY"] %>
8-
8+
99
1010
1111 # log_level: Verboseness of logs.
@@ -38,8 +38,6 @@ common: &defaults
3838
3939production :
4040 << : *defaults
41- logs_monitor : true
42- logs_ingest_key : <%= ENV["SCOUT_LOGS_INGEST_KEY"] %>
4341 monitor : true
4442
4543development :
You can’t perform that action at this time.
0 commit comments