Skip to content

Commit

Permalink
Merge pull request #214 from astrophpeter/silk
Browse files Browse the repository at this point in the history
  • Loading branch information
manning-ncsa authored Apr 29, 2024
2 parents 63ba456 + dda28b0 commit 6c74b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
SILKY_PYTHON_PROFILER = (
os.environ.get("SILKY_PYTHON_PROFILER", "false").lower() == "true"
)
SILKY_INTERCEPT_PERCENT = int(os.environ.get("SILKY_INTERCEPT_PERCENT", "0"))


HOSTNAMES = os.environ.get("DJANGO_HOSTNAMES", "localhost").split(",")
Expand Down
1 change: 1 addition & 0 deletions env/.env.default
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ DJANGO_SUPERUSER_USERNAME = admin
DJANGO_SUPERUSER_EMAIL = [email protected]
SILKY_PYTHON_PROFILER = false
FLOWER_UNAUTHENTICATED_API = false
SILKY_INTERCEPT_PERCENT = 0

# RabbitMQ
RABBITMQ_USERNAME = guest
Expand Down

0 comments on commit 6c74b7d

Please sign in to comment.