Explorar el Código

modification du chatRoom pour le rendre plus joli

gitignor
WebUI
maela hace 6 días
padre
commit
97535535be
Se han modificado 2 ficheros con 1 adiciones y 28 borrados
  1. +1
    -0
      .gitignore
  2. +0
    -28
      WebUI/ReAct_PME.Api/appsettings.Development.json

+ 1
- 0
.gitignore Ver fichero

@@ -66,3 +66,4 @@ nunit-*.xml
/DocumentsEntreprisesServices/ServicesExternes/ffmpeg/swscale-9.dll
/RAGService/onnx/model.onnx
/RAGService/onnx/tokenizer.json
/WebUI/ReAct_PME.Api/appsettings.Development.json

+ 0
- 28
WebUI/ReAct_PME.Api/appsettings.Development.json Ver fichero

@@ -1,28 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",

"ConnectionStrings": {
"DefaultConnection": "Server=AIT_GTO_OMEN;Database=ReAct_PME;Trusted_Connection=True;TrustServerCertificate=True"
},
"Jwt": {
"SecretKey": "5357f3ec-0c27-49f6-b68e-28f5c2b260a5",
"Issuer": "ReAct_PMEAPI",
"Audience": "ReAct_PMEClient",
"ExpireMinutes": 60
},
"Cors": {
"AllowedOrigins": [
"https://localhost:7286"
]
},
"Params": {
"Environment": "Local",
"ApiUrl": "https://localhost:7008"
}
}

Cargando…
Cancelar
Guardar