Commit 0cfc32e5 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '1.5.x'

parents c28ff431 ad4a53e3
...@@ -1015,6 +1015,10 @@ content into your application; rather pick only the properties that you need. ...@@ -1015,6 +1015,10 @@ content into your application; rather pick only the properties that you need.
endpoints.logfile.external-file= # External Logfile to be accessed. endpoints.logfile.external-file= # External Logfile to be accessed.
endpoints.logfile.path=/logfile # Endpoint URL path. endpoints.logfile.path=/logfile # Endpoint URL path.
endpoints.logfile.sensitive=true # Enable security on the endpoint. endpoints.logfile.sensitive=true # Enable security on the endpoint.
endpoints.loggers.enabled=true # Enable the endpoint.
endpoints.loggers.id= # Endpoint identifier.
endpoints.loggers.path=/logfile # Endpoint path.
endpoints.loggers.sensitive=true # Mark if the endpoint exposes sensitive information.
endpoints.mappings.enabled= # Enable the endpoint. endpoints.mappings.enabled= # Enable the endpoint.
endpoints.mappings.id= # Endpoint identifier. endpoints.mappings.id= # Endpoint identifier.
endpoints.mappings.path= # Endpoint path. endpoints.mappings.path= # Endpoint path.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment