JWT Key added
This commit is contained in:
@@ -20,7 +20,7 @@ spring.jpa.properties.hibernate.jdbc.time_zone=Asia/Kolkata
|
|||||||
# JWT — REQUIRED environment variables
|
# JWT — REQUIRED environment variables
|
||||||
# MUST provide a secure random key (min 256-bit)
|
# MUST provide a secure random key (min 256-bit)
|
||||||
# ============================================================
|
# ============================================================
|
||||||
app.jwt.secret=${JWT_SECRET:default_jwt_secret_key_which_is_at_least_32_bytes_long}
|
app.jwt.secret=${JWT_SECRET:f4d9b0d81b6d6ef8c8d6f35f4fb2bb2b9e2fd6f7d20a0c4d0b6d97c93e4f6f7a9d2b8f4a7e1c5d9f3b6a2c8e4f7d1b9c0a6e3d8f5b2c7a1e9d4f6c8b0a3e7f1}
|
||||||
app.jwt.expiration-ms=86400000
|
app.jwt.expiration-ms=86400000
|
||||||
|
|
||||||
# ============================================================
|
# ============================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user