From aeefc904d96877936195b4ee3fbaad3afa55b5b7 Mon Sep 17 00:00:00 2001
From: odinjv <odinjv@stud.ntnu.no>
Date: Thu, 2 Jun 2022 03:26:19 +0200
Subject: [PATCH] Revert unnecessary secret_key change

---
 pas/settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pas/settings.py b/pas/settings.py
index a2b1b74..42132d5 100644
--- a/pas/settings.py
+++ b/pas/settings.py
@@ -21,7 +21,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
 # See https://docs.djangoproject.com/en/3.2/howto/deployment/checklist/
 
 # SECURITY WARNING: keep the secret key used in production secret!
-SECRET_KEY = 'B8ve2kye2D3@Vekezcye$#udghb#TK$hUMwX5vhbV@JBxqdXJ4BoA^%UdddRYswT'
+SECRET_KEY = 'django-insecure-r0hfpfd#gt30%9tj!8@&%q2t&^m&s-qz7(o(qgj@qait@&25gc'
 
 # SECURITY WARNING: don't run with debug turned on in production!
 DEBUG = False
-- 
GitLab