Skip to content

Commit d414237

Browse files
authored
🔨 Fix: "application.yml 누락"
1 parent 394a753 commit d414237

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/main/resources/application.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
spring:
22
profiles:
3-
include: secret
3+
include: secret
4+
5+
cloud:
6+
aws:
7+
profile: dev
8+
region: us-east-2
9+
s3:
10+
bucket: popcongbucket

0 commit comments

Comments
 (0)