Skip to content

Commit a452f44

Browse files
committed
feat: 데모 사진 파일명 설정 추가
1 parent f344cc8 commit a452f44

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/main/resources/application-prod.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ tracking:
4242
test:
4343
secret-key: ${TEST_SECRET_KEY}
4444

45+
demo:
46+
photo-filenames: ${DEMO_PHOTO_FILENAMES}
47+
4548
discord:
4649
alert:
4750
enabled: ${DISCORD_ALERT_ENABLED}

src/main/resources/application.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ minio:
6060
secret-key: ${MINIO_SECRET_KEY}
6161
public-url: ${MINIO_PUBLIC_URL}
6262

63+
demo:
64+
photo-filenames: ${DEMO_PHOTO_FILENAMES}
65+
6366
discord:
6467
alert:
6568
enabled: ${DISCORD_ALERT_ENABLED}

0 commit comments

Comments
 (0)