Skip to content

Commit

Permalink
docs: add public url
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Feb 8, 2023
1 parent 3308131 commit fead945
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ BENTO_VALIDATE_SSL=True
BENTO_SERVICES=bento_services.json
# Common URL base for all services
# BENTO_URL also works here.
CHORD_URL=http://127.0.0.1:5000/
# CHORD_URL also works here.
BENTO_URL=http://127.0.0.1:5000/
BENTO_PUBLIC_URL=${BENTO_URL} # By default, maps to the same URL - can be used for interpolation
# Timeout, in seconds (integers only), for contacting services from the JSON
CONTACT_TIMEOUT=1
Expand Down

0 comments on commit fead945

Please sign in to comment.