fixed errors while logging raids
SQlite is now also used in production
This commit is contained in:
parent
7d6bc48dba
commit
fc5e75cc9d
5 changed files with 12 additions and 20 deletions
|
@ -10,9 +10,9 @@
|
|||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"LiebContext": "Server=liebdb;Database=LiebContext;Uid=root;Pwd=my-secret-pw;"
|
||||
"LiebContext": "Data Source=/database/mydb.sqlite;"
|
||||
},
|
||||
"HttpClients": {
|
||||
"DiscordBot": "discord-bot"
|
||||
"DiscordBot": "lieb-bot"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue