diff --git a/config/prod.secret.exs b/config/prod.secret.exs index 1400a9aa..bd8ae697 100644 --- a/config/prod.secret.exs +++ b/config/prod.secret.exs @@ -19,7 +19,7 @@ config :philomena, channel_banner_file_root: System.get_env("CHANNEL_BANNER_FILE_ROOT"), anonymous_name_salt: System.get_env("ANONYMOUS_NAME_SALT"), advert_file_root: System.get_env("ADVERT_FILE_ROOT"), - avatar_file_root: System.get_envr("AVATAR_FILE_ROOT"), + avatar_file_root: System.get_env("AVATAR_FILE_ROOT"), channel_url_root: System.get_env("CHANNEL_URL_ROOT"), badge_file_root: System.get_env("BADGE_FILE_ROOT"), password_pepper: System.get_env("PASSWORD_PEPPER"),