Files
xxx-sphere-web/bin/main/application-dev.properties
Mario 4f2048bdc8
Some checks failed
Host-Based Deploy (Java 21 Fix) / build-and-run (push) Has been cancelled
Weiter gebaut
2026-04-25 16:56:35 +02:00

10 lines
327 B
Properties
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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}