Skip to content

Commit

Permalink
Merge pull request #2276 from OpenBankProject/karmaking-patch-3
Browse files Browse the repository at this point in the history
Update sample.props.template
  • Loading branch information
simonredfern committed Sep 19, 2023
2 parents a0d91a2 + 444fcc8 commit 3fe5a45
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions obp-api/src/main/resources/props/sample.props.template
Original file line number Diff line number Diff line change
Expand Up @@ -885,9 +885,10 @@ database_messages_scheduler_interval=3600

# -- OBP-API mode -------------------------------
# In case isn't defined default value is "apis,portal"
# Possible cases: portal, api
# Possible cases: portal, apis
# server_mode=apis,portal
# If the server_mode set to `portal`, so we need to set its portal hostname. If omit this props, then it will use `hostname` value instead.
# In case there is a separate portal instance, the API side must also have the following key with the correct portal URL as value.
# Else, it will just use "hostname":
# portal_hostname=http://127.0.0.1:8080
# -----------------------------------------------

Expand Down Expand Up @@ -1243,4 +1244,4 @@ show_ip_address_change_warning=false


#the default expected Open Futures Per Service for the BackOffFactor parameter
expectedOpenFuturesPerService=100
expectedOpenFuturesPerService=100

0 comments on commit 3fe5a45

Please sign in to comment.