Skip to content

Commit

Permalink
Prevent spurious GitGuardian security messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
gordoni committed Jan 9, 2021
1 parent fb5e958 commit 3e47d4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion aacalc/project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
# See https://docs.djangoproject.com/en/1.11/howto/deployment/checklist/

# SECURITY WARNING: keep the secret key used in production secret!
#SECRET_KEY = 'vc3oxf#tlqa&e6*3wurayo0&cft^)lq31v2i4+0kac+e9nj*o*'

# SECURITY WARNING: don't run with debug turned on in production!
#DEBUG = True
Expand Down
2 changes: 1 addition & 1 deletion ai/web_agent/web_agent/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# See https://docs.djangoproject.com/en/1.8/howto/deployment/checklist/

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = '(#@wo2f_!!bl_*zlogv#hkakxsjz6_ble+c19xomg=za@db#=x'
# Need to assign to SECRET_KEY a random 50 character string here.

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

0 comments on commit 3e47d4b

Please sign in to comment.