Skip to content

Commit

Permalink
[feature/InhaBas#275] production profile 설정
Browse files Browse the repository at this point in the history
[feature/InhaBas#275] production profile 설정
  • Loading branch information
whitem4rk authored Apr 1, 2024
2 parents 09a47c7 + 6e16ea8 commit a18b552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import com.amazonaws.services.s3.AmazonS3ClientBuilder;

@Configuration
@Profile({"dev", "local", "test", "integration_test"})
@Profile({"dev", "production", "local", "test", "integration_test"})
public class S3Config {

@Value("${cloud.aws.credentials.accessKey}")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

@Configuration
@RequiredArgsConstructor
@Profile({"dev", "local", "integration_test"})
@Profile({"dev", "production", "local", "integration_test"})
public class ArgumentResolverConfig implements WebMvcConfigurer {

private final LoginMemberArgumentResolver loginMemberArgumentResolver;
Expand Down

0 comments on commit a18b552

Please sign in to comment.