diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-12-11 21:48:49 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-12-11 21:49:05 +0200 |
| commit | d8f253c6710cb23c632d3fc8a31d4d7d1ee0b9ff (patch) | |
| tree | 5c7d3f970a6ba549bb30160397ae9b7f544a8a71 /API/appsettings.json | |
| parent | c63b86e74230144c111a380b272a0260e6ed019b (diff) | |
| download | DevHive-d8f253c6710cb23c632d3fc8a31d4d7d1ee0b9ff.tar DevHive-d8f253c6710cb23c632d3fc8a31d4d7d1ee0b9ff.tar.gz DevHive-d8f253c6710cb23c632d3fc8a31d4d7d1ee0b9ff.zip | |
Authorization key is gotten from appsettings.json (AppSettings/Secret)
Diffstat (limited to 'API/appsettings.json')
| -rw-r--r-- | API/appsettings.json | 3 |
1 files changed, 3 insertions, 0 deletions
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=;"
},
|
