Skip to content

Commit

Permalink
Remove legacy key from settings
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrinch committed May 28, 2024
1 parent 86f328d commit 02f9551
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mysite/mysite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@
STATIC_ROOT = os.path.join(BASE_DIR, 'static')

FCM_DJANGO_SETTINGS = {
"FCM_SERVER_KEY": "AAAAUBWqdfo:APA91bEm3ib6_TlLIJ5YpAU6BjyQ7X9GoXeghkgqiBwNPPkr_FP9NjdhVk8EZqCUvgWUIf2vhk5eUnSkJELy7JtJfv1qOGM_UZtxu0FI3BkpUQMxdX-aO3xdvfTKteAkbAc2vXy1xCXu"
}

CORS_ORIGIN_ALLOW_ALL = True
Expand Down

0 comments on commit 02f9551

Please # to comment.