From 67c0130efbc8f0945fb816f1b525f8792d2be576 Mon Sep 17 00:00:00 2001 From: Jan Szumotalski Date: Fri, 6 Jun 2025 16:44:31 +0200 Subject: [PATCH] fix: proper v1.1.1 --- .gitignore | 3 ++- config/keys.json | 4 ---- config/options.json | 8 -------- config/usettings.json | 30 ------------------------------ ipwa-backend | 2 +- 5 files changed, 3 insertions(+), 44 deletions(-) delete mode 100644 config/keys.json delete mode 100644 config/options.json delete mode 100644 config/usettings.json diff --git a/.gitignore b/.gitignore index 2eea525..29ea3ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.env \ No newline at end of file +.env +config/ \ No newline at end of file diff --git a/config/keys.json b/config/keys.json deleted file mode 100644 index 30d670a..0000000 --- a/config/keys.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "publicKey": "BDuV8yH8c43aIRGgNFYSWDNnEpHFhAiReg88gBO3GuxMjNKzpW78zuQs4HJ_2Kq1YScCMuJK5KUS10MioV0VJEU", - "privateKey": "_LG6861NbOCq9vngXwVeo2fHdoyVTZdGhZDnWUT4BAs" -} diff --git a/config/options.json b/config/options.json deleted file mode 100644 index 3abf0cf..0000000 --- a/config/options.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "news": true, - "menu": true, - "notif": true, - "groups": true, - "clean": true, - "key": true -} diff --git a/config/usettings.json b/config/usettings.json deleted file mode 100644 index c38be62..0000000 --- a/config/usettings.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "keyrooms": [], - "cleanThings": [ - "test 1", - "test 2", - "test 3" - ], - "rooms": [ - 1, - 2, - 3 - ], - "menu": { - "defaultItems": { - "sn": [ - "Pieczywo 2", - "Masło 1", - "Herbata", - "Cytryna" - ], - "kol": [ - "Pieczywo 2", - "Masło 1", - "Dżem", - "Herbata", - "Cytryna" - ] - } - } -} \ No newline at end of file diff --git a/ipwa-backend b/ipwa-backend index 9318379..aac85e3 160000 --- a/ipwa-backend +++ b/ipwa-backend @@ -1 +1 @@ -Subproject commit 93183799af81ae00c29be9260a5fdaff2977630e +Subproject commit aac85e36790ef12f97a9b951f7a643a8da3b9265