Some checks failed
Host-Based Deploy (Java 21 Fix) / build-and-run (push) Has been cancelled
10 lines
327 B
Properties
10 lines
327 B
Properties
# Lokale Entwicklung – überschreibt application.properties
|
||
|
||
# Cookies ohne Secure-Flag, da lokal kein HTTPS läuft
|
||
app.cookie.secure=false
|
||
|
||
# Klartext-Credentials für lokale DB (kein Umgebungsvariablen-Zwang)
|
||
spring.mail.username=local@dev.invalid
|
||
spring.mail.password=unused
|
||
jwt.keystore.password=${JWT_KEYSTORE_PASSWORD}
|