mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-03 11:56:04 -04:00
Bump dependencies (#2378)
* Upgrade to Kemal v1.1.0 * Bump postgres driver
This commit is contained in:
parent
8d5a867271
commit
a539de4f97
3 changed files with 11 additions and 6 deletions
|
@ -1550,4 +1550,5 @@ add_context_storage_type(User)
|
|||
Kemal.config.logger = LOGGER
|
||||
Kemal.config.host_binding = Kemal.config.host_binding != "0.0.0.0" ? Kemal.config.host_binding : CONFIG.host_binding
|
||||
Kemal.config.port = Kemal.config.port != 3000 ? Kemal.config.port : CONFIG.port
|
||||
Kemal.config.app_name = "Invidious"
|
||||
Kemal.run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue