Security implementation
This commit is contained in:
@@ -23,4 +23,13 @@ spring.liquibase.enabled=true
|
||||
|
||||
# Debugging and SQL Output
|
||||
logging.level.org.springframework.boot.autoconfigure.liquibase=ERROR
|
||||
logging.level.liquibase=ERROR
|
||||
logging.level.liquibase=ERROR
|
||||
# JWT configuration
|
||||
# Ensure these values match your expectations
|
||||
security.authentication.jwt.secret=my-secret-token-to-change-in-prod-environment-your-super-secure-randomly-generated-key
|
||||
security.authentication.jwt.token-validity-in-seconds=86400
|
||||
|
||||
|
||||
spring.main.allow-circular-references=true
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user