E-Mails jetzt auch schön
This commit is contained in:
@@ -31,6 +31,18 @@ jwt.keystore.path=classpath:xxx.jks
|
||||
jwt.keystore.password=${JWT_KEYSTORE_PASSWORD:XUR!Rv&f$j3UsqD&}
|
||||
jwt.keystore.alias=xxx
|
||||
|
||||
# App
|
||||
app.base-url=http://localhost:8080
|
||||
|
||||
# Theme – alle Farben hier ändern, Email-Style passt sich automatisch an
|
||||
app.theme.color-bg=#1a1a2e
|
||||
app.theme.color-card=#16213e
|
||||
app.theme.color-primary=#e94560
|
||||
app.theme.color-secondary=#0f3460
|
||||
app.theme.color-text=#eeeeee
|
||||
app.theme.color-muted=#888888
|
||||
app.theme.color-success=#2ecc71
|
||||
|
||||
# Server
|
||||
server.port=8080
|
||||
server.servlet.context-path=/
|
||||
|
||||
Reference in New Issue
Block a user