Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sample.props.template #2276

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading