Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/jinja2-3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arroyoAle committed May 8, 2024
2 parents 842c9fc + b01cd5e commit b578ddc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class DevConfig(Config):

# UAA
CLIENT_ID = os.getenv("CLIENT_ID", "secure_message")
CLIENT_SECRET = os.getenv("CLIENT_SECRET", "password")
CLIENT_SECRET = os.getenv("CLIENT_SECRET", "nearest.location.roll.change")
UAA_URL = os.getenv("UAA_URL", "http://localhost:9080")
USE_UAA = int(os.getenv("USE_UAA", 1))

Expand Down

0 comments on commit b578ddc

Please sign in to comment.