Update configuration.py

NBRS-3680__fix_broken_demo
Chris Lacina 4 years ago committed by GitHub
parent 5dcc0f4f39
commit cba96c8685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      flowroutenumbersandmessaging/configuration.py

@ -25,9 +25,9 @@ class Configuration(object):
# The username to use with basic authentication # The username to use with basic authentication
# TODO: Set an appropriate value # TODO: Set an appropriate value
basic_auth_user_name = '22476860' # "YOUR API KEY" basic_auth_user_name = "YOUR API KEY"
# The password to use with basic authentication # The password to use with basic authentication
# TODO: Set an appropriate value # TODO: Set an appropriate value
basic_auth_password = 'bbK4ek0MxXvoyQ7ahWSDEOr8TcIdlfBx' # "YOUR SECRET KEY" basic_auth_password = "YOUR SECRET KEY"

Loading…
Cancel
Save