diff --git a/GpioController/appsettings.json b/GpioController/appsettings.json index db7d565..eb18778 100644 --- a/GpioController/appsettings.json +++ b/GpioController/appsettings.json @@ -7,11 +7,11 @@ } }, "Authorization": { - "Enabled": false, + "Enabled": true, "AuthorizedEmails": [ "yourEmail@gmail.com" ], - "AuthorizedCorsOrigins": ["http://yourProductionWebsite:3000", "http://localhost:3000"] + "AuthorizedCorsOrigins": ["https://pinpanda-api.com"] }, "Filters": { "AllowOnlyTheseChipsets": [], diff --git a/Installation/linux-arm64/pinpanda-api-1.4.deb b/Installation/linux-arm64/pinpanda-api-1.4.deb index bb905d6..9c370f2 100644 Binary files a/Installation/linux-arm64/pinpanda-api-1.4.deb and b/Installation/linux-arm64/pinpanda-api-1.4.deb differ diff --git a/Installation/linux-x64/pinpanda-api-1.4.deb b/Installation/linux-x64/pinpanda-api-1.4.deb index ddb6a3b..acc118d 100644 Binary files a/Installation/linux-x64/pinpanda-api-1.4.deb and b/Installation/linux-x64/pinpanda-api-1.4.deb differ diff --git a/README.md b/README.md index b698129..f17f12b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@
@@ -40,8 +41,9 @@
+2. At this point, the API is only available on your local intranet. To make it accessible from [PinPada-API](https://pinpanda-api.com) you'll need to give it access. To do this login to your router or firewall and add a rule. Allow TCP traffic for the IP of your SBC Development Board and the port the API is running on (Default is 3005). It should look something like this: 
+
+
+
+
+