application.properties for SSL
This commit is contained in:
@@ -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