Add secrets store

This commit is contained in:
Fergal Moran
2024-03-21 21:47:25 +00:00
parent c3423c7082
commit 2fb98f5c51
2 changed files with 24 additions and 24 deletions

View File

@@ -1,10 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>TvNoms.Server.ApiService</RootNamespace>
<UserSecretsId>36158b47-6670-464c-8f1b-5d80b08f202e</UserSecretsId>
</PropertyGroup>
<ItemGroup>

View File

@@ -14,8 +14,7 @@
"KeyFile": "/etc/letsencrypt/live/dev.fergl.ie/privkey.pem"
},
"GoogleAuthOptions": {
"ClientId": "547087534129-35mk786fqjgglbucjmroq9q6kgo0tvdl.apps.googleusercontent.com",
"ClientSecret": "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"
"ClientId": "547087534129-35mk786fqjgglbucjmroq9q6kgo0tvdl.apps.googleusercontent.com"
},
"BearerAuthOptions": {
"Secret": null,