updated appsettings to work on the server
This commit is contained in:
parent
f322c18c57
commit
a869e55625
2 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,6 @@
|
||||||
},
|
},
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"HttpClients": {
|
"HttpClients": {
|
||||||
"LiebWebsite": "lieb-website"
|
"LiebWebsite": "https://lieb.games"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue