Skip to content

Commit

Permalink
Merge pull request #101 from Donut-DONationUTile/feature/donation/rec…
Browse files Browse the repository at this point in the history
…eiver

faet: update gcs param
  • Loading branch information
Kang1221 authored Nov 26, 2024
2 parents fda9cf1 + 532b2c2 commit 18a7661
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Donut-Server-yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
@Service
public class SerialDonationService {

@Value("${spring.cloud.gcp.storage.bucket}")
@Value("${spring.cloud.gcp.bucket}")
private String BUCKET_NAME;
private final Integer montlyLimit = 50000;
private final Storage storage;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/zero/eight/donut/service/WalletService.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
public class WalletService {

// gcp 변수
@Value("${spring.cloud.gcp.storage.bucket}")
@Value("${spring.cloud.gcp.bucket}")
private String BUCKET_NAME;
private final Storage storage;

Expand Down

0 comments on commit 18a7661

Please sign in to comment.