fix: aunque la key es local , la saco a dotnet user-secrets para acostumbrarme en desarollo.
This commit is contained in:
parent
3f3fd25a02
commit
3591ba2015
|
|
@ -1,10 +1,11 @@
|
|||
<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>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"AllowedHosts": "*",
|
||||
"Dolibarr": {
|
||||
"ApiUrl": "http://localhost/api/index.php/",
|
||||
"ApiKey": "3004128e4cfbf5d0d9805d2e9cd8c79d015d0a25"
|
||||
"ApiUrl": "",
|
||||
"ApiKey": ""
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue