-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug fix (style is still bugged i should add it), resolves #2675
- Loading branch information
TUAILLON
committed
Dec 1, 2023
1 parent
be7b2f9
commit c1b32f0
Showing
6 changed files
with
83 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"PortalName": "IoT Portal - DEV", | ||
"CloudProvider": "Azure", | ||
"PostgreSQL": { | ||
"ConnectionString": "Server=database;Database=cgigeiotdemo;Port=5432;User Id=postgres;Password=postgrePassword;Pooling=true;Connection Lifetime=0;Command Timeout=0;" | ||
}, | ||
"MySQL": { | ||
"ConnectionString": "server=localhost;database=cgigeiotdemo;user=root;password=pass;Pooling=true;Connection Lifetime=0;Command Timeout=0;" | ||
}, | ||
"OIDC": { | ||
"ValidateAudience": "False", | ||
"Scope": "iot_access", | ||
"MetadataUrl": "https://cgigeiotdemoauth.azurewebsites.net/auth/realms/iot-portal/.well-known/openid-configuration", | ||
"ClientId": "iot-portal", | ||
"Authority": "https://cgigeiotdemoauth.azurewebsites.net/auth/realms/iot-portal", | ||
"ApiClientId": "iot-portal-api" | ||
}, | ||
"LoRaFeature:Enabled": "True", | ||
"JobStore": { | ||
"ConnectionString": "Server=database;Database=jobstore;Port=5432;User Id=postgres;Password=postgrePassword;Pooling=true;Connection Lifetime=0;Command Timeout=0;" | ||
}, | ||
"Ideas": { | ||
"Url": "https://cgi-iot-portal-apim.azure-api.net", | ||
"Ideas:Enabled": "True", | ||
"Ideas:Authentication:Token": "3a3d50188c7041af87c77040cf48fd58", | ||
"Ideas:Authentication:Header": "Ocp-Apim-Subscription-Key" | ||
}, | ||
"Azure": { | ||
"StorageAccount": { | ||
"ConnectionString": "DefaultEndpointsProtocol=https;AccountName=cgigeiotdemostorage;AccountKey=5iB5S21JzCZvXEmcTMZGXi4j2WAn9ALCM5CYoI0S1OJp0mmw/8Yb+DXVrrYXQ+XYvzno3kUv3GSRjG/eLjJOwg==;EndpointSuffix=core.windows.net", | ||
"BlobContainerName": "img-container" | ||
}, | ||
"LoRaKeyManagement": { | ||
"LoRaKeyManagement:Url": "https://cgigeiotdemofunction.azurewebsites.net/", | ||
"LoRaKeyManagement:Code": "blaT7XYCQwvRJxK45NhFaJrBmb1jubBuJMAqnCamzwajknnD9dVLYA==" | ||
}, | ||
"IoTHub": { | ||
"ConnectionString": "HostName=cgigeiotdemohub.azure-devices.net;SharedAccessKeyName=iothubowner;SharedAccessKey=InUirQhB/8f5cQ/b/Scqca+2m33sqAHYvsgN+S9/W9U=", | ||
"EventHub": { | ||
"ConsumerGroup": "iothub-portal-dev-kbe", | ||
"Endpoint": "Endpoint=sb://iothub-ns-cgigeiotde-17093778-f712547cb5.servicebus.windows.net/;SharedAccessKeyName=service;SharedAccessKey=W6F1ZwFYXo/QacdyTsjXlR/Sf9vfghge4I4e+bim1TE=;EntityPath=cgigeiotdemohub" | ||
} | ||
}, | ||
"IoTDPS": { | ||
"ServiceEndpoint": "cgigeiotplatformdemodps.azure-devices-provisioning.net", | ||
"IDScope": "0ne004B1AEF", | ||
"ConnectionString": "HostName=cgigeiotdemodps.azure-devices-provisioning.net;SharedAccessKeyName=provisioningserviceowner;SharedAccessKey=L7bWrSfLb+LXUYmWm/alEibApQ3C7nFgabRLuN9lCLk=" | ||
} | ||
}, | ||
"AWS": { | ||
"Region": "eu-west-1", | ||
"GreengrassRequiredRoles:1": "aurademoiot-GreengrassV2IoTThingPolicy", | ||
"GreengrassRequiredRoles:0": "aurademoiot-GreengrassCoreTokenExchangeRoleAliasPolicy", | ||
"GreengrassCoreTokenExchangeRoleAliasName": "aurademoiot-GreengrassCoreTokenExchangeRoleAlias", | ||
"BucketName": "aurademoiot-bucket", | ||
"AccountId": "578920151383", | ||
"AccessSecret": "bZccsvIgqob4ShgjbsgP9uyFPeMZhZWEUWRzJJjZ", | ||
"Access": "AKIAYNSSUPFLRJYTZPHY" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<xs:schema targetNamespace="http://tempuri.org/XMLSchema.xsd" | ||
elementFormDefault="qualified" | ||
xmlns="http://tempuri.org/XMLSchema.xsd" | ||
xmlns:mstns="http://tempuri.org/XMLSchema.xsd" | ||
xmlns:xs="http://www.w3.org/2001/XMLSchema" | ||
> | ||
</xs:schema> |
Empty file.