Skip to content

Commit 27ec45f

Browse files
authored
Fix: active profile 'prod'로 변경
Fix: active profile 'prod'로 변경
2 parents 0fd0bd9 + 0b46bdd commit 27ec45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spring:
1919
max-request-size: 10MB
2020

2121
profiles:
22-
active: local
22+
active: prod
2323

2424
data:
2525
redis:

0 commit comments

Comments
 (0)