Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
emyl3 committed Jan 30, 2025
1 parent 5bf8348 commit b06142c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import gov.cdc.usds.simplereport.config.BeanProfiles;
import gov.cdc.usds.simplereport.config.CorsProperties;
import gov.cdc.usds.simplereport.config.InitialSetupProperties;
import gov.cdc.usds.simplereport.config.SRProductionClientConfiguration;
import gov.cdc.usds.simplereport.config.simplereport.DemoUserConfiguration;
import gov.cdc.usds.simplereport.properties.AzureStorageQueueReportingProperties;
import gov.cdc.usds.simplereport.properties.ExperianProperties;
Expand Down Expand Up @@ -39,6 +40,7 @@
ExperianProperties.class,
SmartyStreetsProperties.class,
SendGridProperties.class,
SRProductionClientConfiguration.class,
OrderingProviderProperties.class,
CorsProperties.class,
AzureStorageQueueReportingProperties.class,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

import feign.RequestInterceptor;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

@Configuration
@ConfigurationProperties
public class SRProductionClientConfiguration {

@Value("${simple-report.production.devices-token}")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import gov.cdc.usds.simplereport.config.AuthorizationProperties;
import gov.cdc.usds.simplereport.config.FeatureFlagsConfig;
import gov.cdc.usds.simplereport.config.InitialSetupProperties;
import gov.cdc.usds.simplereport.config.SRProductionClientConfiguration;
import gov.cdc.usds.simplereport.config.SendGridDisabledConfiguration;
import gov.cdc.usds.simplereport.config.authorization.DemoAuthenticationConfiguration;
import gov.cdc.usds.simplereport.config.authorization.OrganizationExtractor;
Expand Down Expand Up @@ -114,6 +115,7 @@
BackendAndDatabaseHealthIndicator.class,
OktaHealthIndicator.class,
EmailService.class,
SRProductionClientConfiguration.class,
SendGridDisabledConfiguration.class,
FeatureFlagsConfig.class,
NoOpSupportEscalationService.class
Expand Down

0 comments on commit b06142c

Please sign in to comment.