fix: aunque la key es local , la saco a dotnet user-secrets para acostumbrarme en desarollo.

This commit is contained in:
javiermengual 2025-12-30 13:31:51 +01:00
parent 3f3fd25a02
commit 3591ba2015
2 changed files with 6 additions and 5 deletions

View File

@ -1,14 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<UserSecretsId>0f8b9209-a00e-4ace-bdb3-ce8565947c03</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.0"/>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.0" />
</ItemGroup>
<ItemGroup>

View File

@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"Dolibarr": {
"ApiUrl": "http://localhost/api/index.php/",
"ApiKey": "3004128e4cfbf5d0d9805d2e9cd8c79d015d0a25"
"ApiUrl": "",
"ApiKey": ""
}
}