From 530440a2bbc479bd59bb5e9e745f3185eca41bb4 Mon Sep 17 00:00:00 2001 From: werbyk Date: Thu, 9 Oct 2025 02:42:51 +0200 Subject: [PATCH 01/11] Update .env.example --- backend/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/.env.example b/backend/.env.example index 11070817..69cf15bb 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -2,7 +2,7 @@ SESSION_SECRET= # Get this on the Pi Developer Portal (develop.pi in the Pi Browser) -PI_API_KEY= +PI_API_KEY=e81f6bd6961a1a893556476724baf2949940918eb1faebe283f15d49274877c5dbb856da92d74d5908f2b3bc7524d59029777838e897e51d373cbd3dd7735656 # Platform API PLATFORM_API_URL=https://api.minepi.com From aeda5a441fe4d97edbf6153e02689b288ba6f7c5 Mon Sep 17 00:00:00 2001 From: werbyk Date: Thu, 9 Oct 2025 04:16:50 +0200 Subject: [PATCH 02/11] Create validation-key.txt --- validation-key.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 validation-key.txt diff --git a/validation-key.txt b/validation-key.txt new file mode 100644 index 00000000..d954c0eb --- /dev/null +++ b/validation-key.txt @@ -0,0 +1 @@ +https://example.com/validation-key.txt \ No newline at end of file From 73437053240f50cf7da01e4864bbc260e6b0e414 Mon Sep 17 00:00:00 2001 From: werbyk Date: Thu, 9 Oct 2025 04:28:43 +0200 Subject: [PATCH 03/11] Create validation-key.txt --- backend/validation-key.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 backend/validation-key.txt diff --git a/backend/validation-key.txt b/backend/validation-key.txt new file mode 100644 index 00000000..501a6bba --- /dev/null +++ b/backend/validation-key.txt @@ -0,0 +1 @@ + \ No newline at end of file From 21f82f2fa0b2f266a368658e011495134800770d Mon Sep 17 00:00:00 2001 From: werbyk Date: Thu, 9 Oct 2025 04:31:20 +0200 Subject: [PATCH 04/11] Create validation-key.txt --- validation-key.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 validation-key.txt diff --git a/validation-key.txt b/validation-key.txt new file mode 100644 index 00000000..e69de29b From 23caeb54df030faa5ad7e6cd8fc54c7423d90be7 Mon Sep 17 00:00:00 2001 From: werbyk Date: Thu, 9 Oct 2025 04:32:01 +0200 Subject: [PATCH 05/11] Update validation-key.txt --- validation-key.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/validation-key.txt b/validation-key.txt index e69de29b..d954c0eb 100644 --- a/validation-key.txt +++ b/validation-key.txt @@ -0,0 +1 @@ +https://example.com/validation-key.txt \ No newline at end of file From 12979e16b3d8ecc63122f0a42c679adbe1d41865 Mon Sep 17 00:00:00 2001 From: werbyk Date: Thu, 9 Oct 2025 04:32:29 +0200 Subject: [PATCH 06/11] Update validation-key.txt --- validation-key.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/validation-key.txt b/validation-key.txt index d954c0eb..e69de29b 100644 --- a/validation-key.txt +++ b/validation-key.txt @@ -1 +0,0 @@ -https://example.com/validation-key.txt \ No newline at end of file From a6bee6e27da3d40784197cd705576cefb0569721 Mon Sep 17 00:00:00 2001 From: werbyk Date: Thu, 9 Oct 2025 04:36:17 +0200 Subject: [PATCH 07/11] Update validation-key.txt --- validation-key.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/validation-key.txt b/validation-key.txt index e69de29b..875ccb94 100644 --- a/validation-key.txt +++ b/validation-key.txt @@ -0,0 +1 @@ +e81f6bd6961a1a893556476724baf2949940918eb1faebe283f15d49274877c5dbb856da92d74d5908f2b3bc7524d59029777838e897e51d373cbd3dd7735656 \ No newline at end of file From 8834fbc38c07a89ca2c545f0d86a5a83c03fb884 Mon Sep 17 00:00:00 2001 From: werbyk Date: Thu, 9 Oct 2025 04:41:58 +0200 Subject: [PATCH 08/11] Update validation-key.txt --- validation-key.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validation-key.txt b/validation-key.txt index d954c0eb..875ccb94 100644 --- a/validation-key.txt +++ b/validation-key.txt @@ -1 +1 @@ -https://example.com/validation-key.txt \ No newline at end of file +e81f6bd6961a1a893556476724baf2949940918eb1faebe283f15d49274877c5dbb856da92d74d5908f2b3bc7524d59029777838e897e51d373cbd3dd7735656 \ No newline at end of file From 458dd4ce5c4fa6d531283567860054ca9d389984 Mon Sep 17 00:00:00 2001 From: werbyk Date: Thu, 9 Oct 2025 04:48:51 +0200 Subject: [PATCH 09/11] Update validation-key.txt --- validation-key.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/validation-key.txt b/validation-key.txt index 875ccb94..e69de29b 100644 --- a/validation-key.txt +++ b/validation-key.txt @@ -1 +0,0 @@ -e81f6bd6961a1a893556476724baf2949940918eb1faebe283f15d49274877c5dbb856da92d74d5908f2b3bc7524d59029777838e897e51d373cbd3dd7735656 \ No newline at end of file From 198e4aa9b163ae661a401e146d1dfc120e3cfda7 Mon Sep 17 00:00:00 2001 From: werbyk Date: Thu, 9 Oct 2025 04:58:54 +0200 Subject: [PATCH 10/11] Update validation-key.txt --- validation-key.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/validation-key.txt b/validation-key.txt index e69de29b..dc2410d2 100644 --- a/validation-key.txt +++ b/validation-key.txt @@ -0,0 +1 @@ +ey93bavtiwniua1mv8h6nhfuceq7tk58tmip0xaktzmn5dxuhojhl2q7gjodxz0r \ No newline at end of file From 885b1f3594f4940be3890ee18127fea3dde4c9a1 Mon Sep 17 00:00:00 2001 From: werbyk Date: Thu, 9 Oct 2025 05:55:12 +0200 Subject: [PATCH 11/11] Update .env.development --- frontend/.env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.env.development b/frontend/.env.development index 1c56a1c5..14479677 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -1,3 +1,3 @@ PORT=3314 -REACT_APP_BACKEND_URL=http://localhost:8000 +REACT_APP_BACKEND_URL=http://localhost:3314/ REACT_APP_SANDBOX_SDK=true