Skip to content

Commit

Permalink
feat: 테스트 aws s3 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn113 committed Jan 31, 2025
1 parent 4705491 commit 6d061f3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.fluffy.support;

import com.fluffy.storage.application.StorageClient;
import com.fluffy.support.cleaner.DatabaseCleaner;
import com.fluffy.support.cleaner.DatabaseClearExtension;
import org.junit.jupiter.api.extension.ExtendWith;
Expand Down
10 changes: 10 additions & 0 deletions server/src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ spring:
redis:
host: localhost
port: 6379
cloud:
aws:
credentials:
access-key: access-key
secret-key: secret-key
region:
static: ap-northeast-2
s3:
bucket: bucket


api-host: http://localhost:8080
client-host: http://localhost:5173
Expand Down

0 comments on commit 6d061f3

Please sign in to comment.