Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
refactor: Update AwsConfig to load on "aws" profile
Browse files Browse the repository at this point in the history
  • Loading branch information
lealceldeiro committed Jan 26, 2022
1 parent 8d778f4 commit ef7ea2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Configuration to be applied only in an AWS environment.
*/
@Configuration
@Profile("!local")
@Profile("aws")
public class AwsConfig {
/**
* Provides and AWS identity provider.
Expand Down

0 comments on commit ef7ea2f

Please sign in to comment.