This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit d2c2d5d0 authored by Michael Breu's avatar Michael Breu
Browse files

Fixing BASE_SECRET

parent debc25f2
2 merge requests!166Deploying Februrar 23 Release,!146Put the sonar-analyze job into a separate stage
......@@ -130,7 +130,7 @@ jhipster:
authentication:
jwt:
# This token must be encoded using Base64 (you can type `echo 'secret-key'|base64` on your command line)
base64-secret: ZTY3OGIwZWZhMzdhYTQ2NjAwNTdlNDQ2NWM4YjQyMzlhMWVkMTJlYTExYzMwMzBjOWIzM2E1OTRmZWZkZmYzYzZhNWQ5N2EzZjMyNTFkMjM0ZjNmOWRhYTYzNGEzZDE3NThkYTNmZGVmNTQ1MmRlZjg1YWY4NTU4OGVmNDBkZDI=
base64-secret: ${JWT_BASE_SECRET}
# Token is valid 24 hours
token-validity-in-seconds: 86400
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment