Skip to content

Commit b5c63c2

Browse files
committed
local 프로필 활성화 제외
1 parent 3db6fd9 commit b5c63c2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

core/src/main/resources/application-common.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
spring:
22
profiles:
3-
active: local
3+
default: local
4+
mongodb:
5+
uri:
46
data:
5-
mongodb:
6-
uri:
77
redis:
88
repositories:
99
enabled: false
@@ -58,10 +58,10 @@ spring:
5858
config:
5959
activate:
6060
on-profile: dev
61+
mongodb:
62+
uri:
63+
auto-index-creation: true
6164
data:
62-
mongodb:
63-
uri:
64-
auto-index-creation: true
6565
redis:
6666
host:
6767
database:
@@ -98,9 +98,9 @@ spring:
9898
config:
9999
activate:
100100
on-profile: prod
101+
mongodb:
102+
uri:
101103
data:
102-
mongodb:
103-
uri:
104104
redis:
105105
host:
106106
database:

0 commit comments

Comments
 (0)