Skip to content

Commit 84bdd27

Browse files
committed
fix: baseline-version 제거 및 정렬
1 parent f942e4e commit 84bdd27

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/main/resources/application-dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ spring:
1919
flyway:
2020
enabled: true
2121
baseline-on-migrate: false
22-
baseline-version: 0
2322
locations:
2423
- classpath:db/migration
2524
- classpath:db/seed/dev

src/main/resources/application-local.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jwt:
2424
secret-key: ${LOCAL_JWT_SECRET_KEY}
2525

2626
cors:
27-
origin: "http://localhost:3000"
27+
origin:
28+
- "http://localhost:3000"

src/main/resources/application-prod.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ spring:
1919
flyway:
2020
enabled: true
2121
baseline-on-migrate: false
22-
baseline-version: 0
2322
locations:
2423
- classpath:db/migration
2524
- classpath:db/seed/prod

0 commit comments

Comments
 (0)