Alles mögliche
Some checks failed
Host-Based Deploy (Java 21 Fix) / build-and-run (push) Has been cancelled
Some checks failed
Host-Based Deploy (Java 21 Fix) / build-and-run (push) Has been cancelled
This commit is contained in:
9
bin/main/application-dev.properties
Normal file
9
bin/main/application-dev.properties
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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=XUR!Rv&f$j3UsqD&
|
||||
Reference in New Issue
Block a user