mirror of
https://github.com/Telecominfraproject/wlan-cloud-services.git
synced 2025-11-02 03:27:54 +00:00
added example config of how to use prov-service without SSL/TLS for debugging
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user