mirror of
https://github.com/fergalmoran/tvnoms.git
synced 2025-12-22 01:10:37 +00:00
Add secrets store
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user