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> <PropertyGroup>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<RootNamespace>TvNoms.Server.ApiService</RootNamespace> <RootNamespace>TvNoms.Server.ApiService</RootNamespace>
<UserSecretsId>36158b47-6670-464c-8f1b-5d80b08f202e</UserSecretsId>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

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