application.properties for SSL
This commit is contained in:
@@ -20,7 +20,12 @@ https://letsencrypt.org/getting-started/
|
||||
|
||||
# TODO
|
||||
- Server: SSL und logs konfigurieren
|
||||
- Benutzer-Passwörter ändern und Hashing einführen
|
||||
- Transaktionen mit Passwort-Management ausstatten
|
||||
- http://kielczewski.eu/2014/12/spring-boot-security-application/
|
||||
- http://spr.com/part-5-integrating-spring-security-with-spring-boot-web/
|
||||
- Metadaten für Icon einbauen
|
||||
|
||||
|
||||
|
||||
- Export als CSV
|
||||
- Import von comdirect mit Mustererkennung und Muster-Editor
|
||||
|
||||
@@ -4,10 +4,14 @@ server.port=8084
|
||||
|
||||
## PRODUCTION SETTINGS
|
||||
#
|
||||
## prevent database schema reset
|
||||
## Prevent database schema reset
|
||||
#spring.jpa.hibernate.ddl-auto=none
|
||||
#
|
||||
## production database connection
|
||||
## Database connection
|
||||
#spring.datasource.url=jdbc:h2:tcp://localhost/transactions
|
||||
#spring.datasource.username=sa
|
||||
#spring.datasource.password=d47gDNi71LeZ85wbnjle
|
||||
#
|
||||
## SSL configuration
|
||||
#server.ssl.key-store=/media/hd/admin/keystore.jks
|
||||
#server.ssl.key-store-password=PASSWORD
|
||||
|
||||
Reference in New Issue
Block a user