mirror of
https://github.com/flibusta-apps/users_settings_server.git
synced 2025-12-06 06:35:39 +01:00
Fix
This commit is contained in:
@@ -23,7 +23,7 @@ impl Config {
|
|||||||
Config {
|
Config {
|
||||||
api_key: get_env("API_KEY"),
|
api_key: get_env("API_KEY"),
|
||||||
|
|
||||||
postgres_user: get_env("POSGRES_USER"),
|
postgres_user: get_env("POSTGRES_USER"),
|
||||||
postgres_password: get_env("POSTGRES_PASSWORD"),
|
postgres_password: get_env("POSTGRES_PASSWORD"),
|
||||||
postgres_host: get_env("POSTGRES_HOST"),
|
postgres_host: get_env("POSTGRES_HOST"),
|
||||||
postgres_port: get_env("POSTGRES_PORT").parse().unwrap(),
|
postgres_port: get_env("POSTGRES_PORT").parse().unwrap(),
|
||||||
|
|||||||
Reference in New Issue
Block a user