mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2025-12-06 14:45:36 +01:00
Fix
This commit is contained in:
@@ -38,8 +38,8 @@ impl Config {
|
|||||||
postgres_port: get_env("POSTGRES_PORT").parse().unwrap(),
|
postgres_port: get_env("POSTGRES_PORT").parse().unwrap(),
|
||||||
postgres_db: get_env("POSTGRES_DB"),
|
postgres_db: get_env("POSTGRES_DB"),
|
||||||
|
|
||||||
downloader_url: get_env("DOWNLOADER_API_KEY"),
|
downloader_api_key: get_env("DOWNLOADER_API_KEY"),
|
||||||
downloader_api_key: get_env("DOWNLOADER_URL"),
|
downloader_url: get_env("DOWNLOADER_URL"),
|
||||||
|
|
||||||
library_api_key: get_env("LIBRARY_API_KEY"),
|
library_api_key: get_env("LIBRARY_API_KEY"),
|
||||||
library_url: get_env("LIBRARY_URL"),
|
library_url: get_env("LIBRARY_URL"),
|
||||||
|
|||||||
Reference in New Issue
Block a user