API 1.0.37+2 SSL, password encryption, TrainingPlanTranslation
This commit is contained in:
@@ -19,4 +19,5 @@ logging.file=logs
|
||||
# if the database structure has been changed, increment this version number
|
||||
application.version=1.0.37
|
||||
|
||||
jwt.secret=aitrainer
|
||||
jwt.secret=aitrainer
|
||||
jasypt.encryptor.password=Tibor
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
http.port=8088
|
||||
server.port=8443
|
||||
server.ssl.enabled=true
|
||||
|
||||
jasypt.encryptor.bean=jasyptStringEncryptor
|
||||
# The format used for the keystore. It could be set to JKS in case it is a JKS file
|
||||
server.ssl.key-store-type=PKCS12
|
||||
# The path to the keystore containing the certificate
|
||||
server.ssl.key-store=classpath:keystore/aitrainer_server.p12
|
||||
# The password used to generate the certificate
|
||||
server.ssl.key-store-password=ENC(aI6iP8wGJ9dwIA+hKabwK/VDXe4NOrhl)
|
||||
# The alias mapped to the certificate
|
||||
server.ssl.key-alias=aitrainer_server
|
||||
|
||||
|
||||
#trust store location
|
||||
trust.store=classpath:keystore/aitrainer_server.p12
|
||||
#trust store password
|
||||
trust.store.password=ENC(aI6iP8wGJ9dwIA+hKabwK/VDXe4NOrhl)
|
||||
Binary file not shown.
Reference in New Issue
Block a user