added example config of how to use prov-service without SSL/TLS for debugging

This commit is contained in:
Dmitry Toptygin
2020-09-02 12:08:53 -04:00
parent f05507d379
commit efa3ca8de1

View File

@@ -9,9 +9,11 @@ app.name=ProvServer
# Use spring.profiles.include property to specify static collection of profiles that are
# always present in this configuration, regardless of spring.profiles.active property
# Note: this property is additive, its value is always added to the list of active profiles
#spring.profiles.include=use_ssl,http_basic_auth,use_single_ds,rest-template-single-user-per-service-digest-auth
#spring.profiles.include=use_ssl,client_certificate_auth,use_single_ds,RestTemplateConfiguration_X509_client_cert_auth
spring.profiles.include=use_ssl_with_client_cert_and_basic_auth,client_certificate_and_basic_auth,use_single_ds,RestTemplateConfiguration_X509_client_cert_auth
#spring.profiles.include=use_ssl,http_basic_auth,rest-template-single-user-per-service-digest-auth,use_single_ds
#spring.profiles.include=no_ssl,http_digest_auth,rest-template-single-user-per-service-digest-auth,use_single_ds
#spring.profiles.include=use_ssl,client_certificate_auth,RestTemplateConfiguration_X509_client_cert_auth,use_single_ds
spring.profiles.include=use_ssl_with_client_cert_and_basic_auth,client_certificate_and_basic_auth,RestTemplateConfiguration_X509_client_cert_auth,use_single_ds
spring.main.show-banner=false
server.port=9091