updated appsettings to work on the server

This commit is contained in:
Sarah Faey 2022-11-24 19:26:29 +01:00
parent f322c18c57
commit a869e55625
2 changed files with 2 additions and 2 deletions

View file

@ -7,6 +7,6 @@
}, },
"AllowedHosts": "*", "AllowedHosts": "*",
"HttpClients": { "HttpClients": {
"LiebWebsite": "lieb-website" "LiebWebsite": "https://lieb.games"
} }
} }

View file

@ -13,6 +13,6 @@
"LiebContext": "Data Source=/database/mydb.sqlite;" "LiebContext": "Data Source=/database/mydb.sqlite;"
}, },
"HttpClients": { "HttpClients": {
"DiscordBot": "lieb-bot" "DiscordBot": "http://lieb-bot"
} }
} }