From bc51a89b5b0081b8b341f12292180d66ec22294b Mon Sep 17 00:00:00 2001 From: Joakim Antman Date: Thu, 4 Jan 2024 09:12:02 +0200 Subject: [PATCH] Disable configured defaults to let default constants come into play --- .../src/main/resources/application.properties | 12 ++++++------ .../src/main/resources/application.properties | 12 ++++++------ .../src/main/resources/application.properties | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/phoss-smp-webapp-mongodb/src/main/resources/application.properties b/phoss-smp-webapp-mongodb/src/main/resources/application.properties index 6862ed0b2..497b79b0b 100644 --- a/phoss-smp-webapp-mongodb/src/main/resources/application.properties +++ b/phoss-smp-webapp-mongodb/src/main/resources/application.properties @@ -122,22 +122,22 @@ smp.forceroot = true #smp.publicurl = http://smp.example.org/ # Is an SML needed in the current scenario - show warnings if true -sml.required=true +#sml.required=true ## Write to SML? true or false -sml.enabled=false +#sml.enabled=false # The SMP ID also used in the SML! sml.smpid=TEST-SMP-ID1 -# SML connection timeout milliseconds +# SML connection timeout milliseconds #sml.connection.timeout.ms = 5000 # SML request timeout milliseconds #sml.request.timeout.ms = 20000 # Enable Directory integration? -smp.directory.integration.enabled=true +#smp.directory.integration.enabled=true # Use PEPPOL identifiers (with all constraints) or simple, unchecked identifiers? # Possible values are "peppol", "simple" and "bdxr" @@ -162,8 +162,8 @@ smp.rest.payload.on.error=true #https.proxyHost = 10.0.0.10 #https.proxyPort = 8080 # Credentials for the proxy server (if needed) -#proxy.username = -#proxy.password = +#proxy.username = +#proxy.password = # MongoDB specific settings mongodb.connectionstring = mongodb://localhost diff --git a/phoss-smp-webapp-sql/src/main/resources/application.properties b/phoss-smp-webapp-sql/src/main/resources/application.properties index 41a5b62f3..f8dc2957c 100644 --- a/phoss-smp-webapp-sql/src/main/resources/application.properties +++ b/phoss-smp-webapp-sql/src/main/resources/application.properties @@ -121,22 +121,22 @@ smp.forceroot = true #smp.publicurl = http://smp.example.org/ # Is an SML needed in the current scenario - show warnings if true -sml.required=true +#sml.required=true ## Write to SML? true or false -sml.enabled=false +#sml.enabled=false # The SMP ID also used in the SML! sml.smpid=TEST-SMP-ID1 -# SML connection timeout milliseconds +# SML connection timeout milliseconds #sml.connection.timeout.ms = 5000 # SML request timeout milliseconds #sml.request.timeout.ms = 20000 # Enable Directory integration? -smp.directory.integration.enabled=true +#smp.directory.integration.enabled=true # Use PEPPOL identifiers (with all constraints) or simple, unchecked identifiers? # Possible values are "peppol", "simple" and "bdxr" @@ -161,8 +161,8 @@ smp.rest.payload.on.error=true #https.proxyHost = 10.0.0.10 #https.proxyPort = 8080 # Credentials for the proxy server (if needed) -#proxy.username = -#proxy.password = +#proxy.username = +#proxy.password = ## Required when using the SQL backend diff --git a/phoss-smp-webapp-xml/src/main/resources/application.properties b/phoss-smp-webapp-xml/src/main/resources/application.properties index eacc3bf16..a5ca241e5 100644 --- a/phoss-smp-webapp-xml/src/main/resources/application.properties +++ b/phoss-smp-webapp-xml/src/main/resources/application.properties @@ -120,22 +120,22 @@ smp.forceroot = true #smp.publicurl = http://smp.example.org/ # Is an SML needed in the current scenario - show warnings if true -sml.required=true +#sml.required=true ## Write to SML? true or false -sml.enabled=false +#sml.enabled=false # The SMP ID also used in the SML! sml.smpid=TEST-SMP-ID1 -# SML connection timeout milliseconds +# SML connection timeout milliseconds #sml.connection.timeout.ms = 5000 # SML request timeout milliseconds #sml.request.timeout.ms = 20000 # Enable Directory integration? -smp.directory.integration.enabled=true +#smp.directory.integration.enabled=true # Use PEPPOL identifiers (with all constraints) or simple, unchecked identifiers? # Possible values are "peppol", "simple" and "bdxr" @@ -160,5 +160,5 @@ smp.rest.payload.on.error=true #https.proxyHost = 10.0.0.10 #https.proxyPort = 8080 # Credentials for the proxy server (if needed) -#proxy.username = -#proxy.password = +#proxy.username = +#proxy.password =