Skip to content

Commit ef6352c

Browse files
authored
Merge pull request #3 from NHSISL/users/davidhayes03/coderub-configchange
RELEASES: v0.0.0.2
2 parents c0460c4 + 1c650fa commit ef6352c

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,3 +416,4 @@ FodyWeavers.xsd
416416
*.msix
417417
*.msm
418418
*.msp
419+
/ReactApp1.Server/appsettings.Development.json

NHS.Digital.ApiPlatform.Sdk/NHS.Digital.ApiPlatform.Sdk.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
Initial release of the NHS Digital API Platform Client.
2323
</PackageReleaseNotes>
2424
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
25-
<Version>1.0.0.0</Version>
26-
<AssemblyVersion>1.0.0.0</AssemblyVersion>
27-
<FileVersion>1.0.0.0</FileVersion>
25+
<Version>0.0.0.2</Version>
26+
<AssemblyVersion>0.0.0.2</AssemblyVersion>
27+
<FileVersion>0.0.0.2</FileVersion>
2828
<PackageReadmeFile>README.md</PackageReadmeFile>
2929
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
3030
<IsPackable>true</IsPackable>

ReactApp1.Server/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"UserInfoEndpoint": "https://int.api.service.nhs.uk/oauth2/userinfo",
1818
"LogoutEndpoint": "https://int.api.service.nhs.uk/oauth2/logout",
1919
"PostLogoutRedirectUri": "https://localhost:5174/",
20-
"ClientId": "CsVVAJodqwlRPH479GedNmeCbcWNZ8jW",
21-
"ClientSecret": "HKD8tYgfgFtCf3G0",
20+
"ClientId": "override_this_in_your_appsettings.Development.json_file_or_environment_variables",
21+
"ClientSecret": "override_this_in_your_appsettings.Development.json_file_or_environment_variables",
2222
"RedirectUri": "https://localhost:5174/auth/callback",
2323
"AALLevel": "AAL2_OR_AAL3_ANY"
2424
},

0 commit comments

Comments
 (0)