Skip to content

Commit

Permalink
fix: fix secret_key hard code in test
Browse files Browse the repository at this point in the history
  • Loading branch information
normal-wls committed May 16, 2024
1 parent 88e426f commit 9bf936a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/bamboo-pipeline/test/pipeline_sdk_use/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# See https://docs.djangoproject.com/en/1.8/howto/deployment/checklist/

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = "x@i%lk%blkvps5o^y&8t95yglh@$mb&m^a2+^k^klv*7u%i1^^"
SECRET_KEY = "secret_keysecret_keysecret_keysecret_keysecret_key"

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
Expand Down

0 comments on commit 9bf936a

Please sign in to comment.