Skip to content

Commit

Permalink
Disable configured defaults to let default constants come into play
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Jan 4, 2024
1 parent 0bab180 commit bc51a89
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
12 changes: 6 additions & 6 deletions phoss-smp-webapp-sql/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

Expand Down
12 changes: 6 additions & 6 deletions phoss-smp-webapp-xml/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 =

0 comments on commit bc51a89

Please sign in to comment.