From d8f253c6710cb23c632d3fc8a31d4d7d1ee0b9ff Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 11 Dec 2020 21:48:49 +0200 Subject: Authorization key is gotten from appsettings.json (AppSettings/Secret) --- API/appsettings.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'API/appsettings.json') diff --git a/API/appsettings.json b/API/appsettings.json index 31c8109..1784183 100644 --- a/API/appsettings.json +++ b/API/appsettings.json @@ -1,4 +1,7 @@ { + "AppSettings": { + "Secret": "ADD_ANY_STRING_WITH_32_OR_MORE_CHARACTERS" + }, "ConnectionStrings" : { "DEV": "Server=localhost;Port=5432;Database=API;User Id=postgres;Password=;" }, -- cgit v1.2.3