mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 15:30:05 +00:00
remove cookies and change to example file
This commit is contained in:
3
backend/.gitignore
vendored
3
backend/.gitignore
vendored
@@ -3,4 +3,5 @@ bin/
|
|||||||
obj/
|
obj/
|
||||||
|
|
||||||
*.db
|
*.db
|
||||||
*.env
|
*.env
|
||||||
|
cookies.json
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"Name": "session_cookie",
|
|
||||||
"Value": "session_cookie_c_PhxGlrrYcWY1h9cQ6mu_LxsDIVu0u_Nv0qAK1WmvcZiZXQ_FcwXZZXDk5Tm0qrqZTHHs800Pv5bTMGIrfa8Q=="
|
|
||||||
}
|
|
||||||
4
backend/example-cookies.json
Normal file
4
backend/example-cookies.json
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"Name": "cookie_name",
|
||||||
|
"Value": "random cookie value here"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user