Skip to content

Commit 913abba

Browse files
author
patched.codes[bot]
committed
Patched src/main/resources/config/application-aws.properties
1 parent 3c70b31 commit 913abba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
aws.accesskey=AKIAILQI6VLJU3HSCEQQ
2-
aws.secretkey=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
3-
aws.bucket=mysaas/customerid/account/date
1+
String accessKey = System.getenv("AWS_ACCESS_KEY_ID");
2+
String secretKey = "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY";
3+
String bucketName = "mysaas/customerid/account/date";

0 commit comments

Comments
 (0)