Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Sep 17, 2024
1 parent 7890356 commit 7c5393f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions components/app/config/app_settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ default: &default

production: &production
<<: *default
sentry_dsn: "<%= AppSettings.credentials.fetch('sentry_dsn') %>"
sentry_dsn: "<%= app_settings.credentials.fetch('sentry_dsn') %>"
ahn_core_password: "<%= ENV.fetch('AHN_CORE_PASSWORD') %>"
ahn_http_password: "<%= AppSettings.credentials.fetch('ahn_http_password') %>"
ahn_http_password: "<%= app_settings.credentials.fetch('ahn_http_password') %>"
call_platform_host: "https://api.somleng.org"
call_platform_password: "<%= AppSettings.credentials.fetch('call_platform_password') %>"
call_platform_password: "<%= app_settings.credentials.fetch('call_platform_password') %>"

staging:
<<: *production
Expand Down
2 changes: 1 addition & 1 deletion components/s3_mpeg/config/app_settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default: &default

production: &production
<<: *default
sentry_dsn: "<%= AppSettings.credentials.fetch('sentry_dsn') %>"
sentry_dsn: "<%= app_settings.credentials.fetch('sentry_dsn') %>"

staging:
<<: *production
Expand Down
2 changes: 1 addition & 1 deletion components/services/config/app_settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default: &default

production: &production
<<: *default
sentry_dsn: "<%= AppSettings.credentials.fetch('sentry_dsn') %>"
sentry_dsn: "<%= app_settings.credentials.fetch('sentry_dsn') %>"

staging:
<<: *production
Expand Down

0 comments on commit 7c5393f

Please sign in to comment.