Skip to content

Commit

Permalink
fix: fixed the default alternative env value
Browse files Browse the repository at this point in the history
Signed-off-by: Inmoresentum <noor.mohammad.rafee@g.bracu.ac.bd>
  • Loading branch information
Inmoresentum committed Jul 11, 2023
1 parent b64a051 commit 0b17176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Spring.mail.properties.mail.smtp.writetimeout=5000
minio.access-key=${MINIO_ACCESS_KEY:minioadmin}
minio.secret-key=${MINIO_SECRET_KEY:minioadmin}
minio.endpoint=${MINIO.ENDPOINT:localhost}
minio.endpoint-port=${MINIO.ENDPOINT-PORT:9090}
minio.endpoint-port=${MINIO.ENDPOINT-PORT:9000}
minio.bucket-name=${MINIO.BUCKET-NAME:quiz-storage}
# JWT security credential
application.security.jwt.secret-key=${JWT_SECRET_KEY:404E635266556A586E3272357538782F413F4428472B4B6250645367566B5970}
Expand Down

0 comments on commit 0b17176

Please sign in to comment.