diff options
| author | syeopite <70992037+syeopite@users.noreply.github.com> | 2021-09-10 07:42:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-10 07:42:15 +0000 |
| commit | a539de4f9729594bc2a8a18cc9eed642582b7d67 (patch) | |
| tree | 0908ae37179ccfc6a96f3f438df3f0254f32f36b /src | |
| parent | 8d5a86727134383138853a024bec172559f38a4f (diff) | |
| download | invidious-a539de4f9729594bc2a8a18cc9eed642582b7d67.tar.gz invidious-a539de4f9729594bc2a8a18cc9eed642582b7d67.tar.bz2 invidious-a539de4f9729594bc2a8a18cc9eed642582b7d67.zip | |
Bump dependencies (#2378)
* Upgrade to Kemal v1.1.0
* Bump postgres driver
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious.cr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/invidious.cr b/src/invidious.cr index 27ebd735..5ad2dd91 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -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 |
