Skip to content

Commit

Permalink
Merge pull request #151 from UnivApp/feature/refactor25
Browse files Browse the repository at this point in the history
feat: 환경변수 설정
  • Loading branch information
nyeroni authored Oct 28, 2024
2 parents ef2820b + f32896a commit ac80b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/yerong/wedle/common/config/FMCConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@Configuration
public class FMCConfig {

@Value("${FIREBASE_CONFIG}")
@Value("${firebase.config}")
private String firebaseConfig;

@PostConstruct
Expand Down

0 comments on commit ac80b92

Please sign in to comment.