File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ spring.jpa.hibernate.ddl-auto=update
1515# spring.cloud.aws.credentials.access-key=test-access-key
1616# spring.cloud.aws.credentials.secret-key=test-secret-key
1717
18+ # jwt.secret=TestSecretKeyForUnitTestingMustBeLongEnoughToPreventErrors1234567890
19+
1820# ==========================================
1921# ? Database Setting (???? ??)
2022# ==========================================
@@ -43,8 +45,7 @@ spring.servlet.multipart.max-request-size=10MB
4345# ==========================================
4446# ? JWT Setting (???? ??)
4547# ==========================================
46- # jwt.secret=${JWT_SECRET}
47- jwt.secret =TestSecretKeyForUnitTestingMustBeLongEnoughToPreventErrors1234567890
48+ jwt.secret =${JWT_SECRET}
4849jwt.expiration-ms =3600000
4950
5051# Swagger Config (?? ?? ??)
You can’t perform that action at this time.
0 commit comments