moved httpClient baseAddress to appsettings
This commit is contained in:
parent
2178ff54b6
commit
e72b4daf51
6 changed files with 15 additions and 3 deletions
|
@ -12,5 +12,8 @@
|
|||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"LiebContext": "Server=liebdb;Database=LiebContext;Uid=root;Pwd=my-secret-pw;"
|
||||
},
|
||||
"HttpClients": {
|
||||
"DiscordBot": "discord-bot"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue