From 13bc6e661967103402c9ca99a759814510fa65d8 Mon Sep 17 00:00:00 2001 From: jboinembalome Date: Fri, 30 Oct 2020 17:06:55 +0100 Subject: [PATCH] Ajout de la chaine de connexion SQL --- EPAServeur/appsettings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/EPAServeur/appsettings.json b/EPAServeur/appsettings.json index aad810b..10ef20c 100644 --- a/EPAServeur/appsettings.json +++ b/EPAServeur/appsettings.json @@ -3,6 +3,11 @@ "Authority": "http://localhost:8080/auth/realms/Apside", "Audience": "account" }, + "Data": { + "DefaultConnection": { + "ConnectionString": "server=localhost;database=server_ep;user=root;password=root" + } + }, "Logging": { "LogLevel": { "Default": "Information",