From dcfe1dc19110f689853c0297521f812ce9f69160 Mon Sep 17 00:00:00 2001 From: JuLi0n21 Date: Sun, 22 Sep 2024 14:50:14 +0200 Subject: [PATCH] remove cookies and change to example file --- backend/.gitignore | 3 ++- backend/cookies.json | 4 ---- backend/example-cookies.json | 4 ++++ 3 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 backend/cookies.json create mode 100644 backend/example-cookies.json diff --git a/backend/.gitignore b/backend/.gitignore index cc45a0d..c84143b 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -3,4 +3,5 @@ bin/ obj/ *.db -*.env \ No newline at end of file +*.env +cookies.json diff --git a/backend/cookies.json b/backend/cookies.json deleted file mode 100644 index 3648a73..0000000 --- a/backend/cookies.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "Name": "session_cookie", - "Value": "session_cookie_c_PhxGlrrYcWY1h9cQ6mu_LxsDIVu0u_Nv0qAK1WmvcZiZXQ_FcwXZZXDk5Tm0qrqZTHHs800Pv5bTMGIrfa8Q==" -} \ No newline at end of file diff --git a/backend/example-cookies.json b/backend/example-cookies.json new file mode 100644 index 0000000..56e05e5 --- /dev/null +++ b/backend/example-cookies.json @@ -0,0 +1,4 @@ +{ + "Name": "cookie_name", + "Value": "random cookie value here" +}