remove cookies and change to example file

This commit is contained in:
2024-09-22 14:50:14 +02:00
parent 94e0cedd63
commit dcfe1dc191
3 changed files with 6 additions and 5 deletions

1
backend/.gitignore vendored
View File

@@ -4,3 +4,4 @@ obj/
*.db *.db
*.env *.env
cookies.json

View File

@@ -1,4 +0,0 @@
{
"Name": "session_cookie",
"Value": "session_cookie_c_PhxGlrrYcWY1h9cQ6mu_LxsDIVu0u_Nv0qAK1WmvcZiZXQ_FcwXZZXDk5Tm0qrqZTHHs800Pv5bTMGIrfa8Q=="
}

View File

@@ -0,0 +1,4 @@
{
"Name": "cookie_name",
"Value": "random cookie value here"
}