Skip to content

Commit

Permalink
Revert "refactor: #386 프로덕션 환경의 FCM 설정과 로컬 환경의 FCM 분리 (#393)"
Browse files Browse the repository at this point in the history
This reverts commit 4a7420b.
  • Loading branch information
swonny authored Oct 6, 2023
1 parent 17432c5 commit 3c3d883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
import org.springframework.context.annotation.Profile;

@Configuration
@Profile("!test && !local")
public class ProdFcmConfiguration {
@Profile("!test")
public class FcmConfiguration {

@Value("${fcm.key.path}")
private String FCM_PRIVATE_KEY_PATH;
Expand Down

This file was deleted.

0 comments on commit 3c3d883

Please sign in to comment.