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: 0 additions & 1 deletion .kamal/secrets.production
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY
AZURE_STORAGE_ACCOUNT_NAME=$AZURE_STORAGE_ACCOUNT_NAME
AZURE_STORAGE_ACCOUNT_KEY=$AZURE_STORAGE_ACCOUNT_KEY
SCOUT_KEY=$SCOUT_KEY
SCOUT_LOGS_INGEST_KEY=$SCOUT_LOGS_INGEST_KEY
1 change: 0 additions & 1 deletion config/deploy.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ env:
- RAILS_MASTER_KEY
- SECRET_KEY_BASE
- SCOUT_KEY
- SCOUT_LOGS_INGEST_KEY
clear:
AWS_BUCKET_NAME: skillrx-production
AWS_DEFAULT_REGION: us-east-1
Expand Down
1 change: 0 additions & 1 deletion config/deploy.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ env:
- RAILS_MASTER_KEY
- SECRET_KEY_BASE
- SCOUT_KEY
- SCOUT_LOGS_INGEST_KEY
clear:
AWS_BUCKET_NAME: skillrx-staging
AWS_DEFAULT_REGION: us-east-1
Expand Down
4 changes: 1 addition & 3 deletions config/scout_apm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ common: &defaults
# key: Your Organization key for Scout APM. Found on the settings screen.
# - Default: none
key: <%= ENV["SCOUT_KEY"] %>



# log_level: Verboseness of logs.
Expand Down Expand Up @@ -38,8 +38,6 @@ common: &defaults

production:
<<: *defaults
logs_monitor: true
logs_ingest_key: <%= ENV["SCOUT_LOGS_INGEST_KEY"] %>
monitor: true

development:
Expand Down
Loading