mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
fix typo
This commit is contained in:
parent
13ad9e964d
commit
1203475869
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ config :philomena,
|
||||||
channel_banner_file_root: System.get_env("CHANNEL_BANNER_FILE_ROOT"),
|
channel_banner_file_root: System.get_env("CHANNEL_BANNER_FILE_ROOT"),
|
||||||
anonymous_name_salt: System.get_env("ANONYMOUS_NAME_SALT"),
|
anonymous_name_salt: System.get_env("ANONYMOUS_NAME_SALT"),
|
||||||
advert_file_root: System.get_env("ADVERT_FILE_ROOT"),
|
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"),
|
channel_url_root: System.get_env("CHANNEL_URL_ROOT"),
|
||||||
badge_file_root: System.get_env("BADGE_FILE_ROOT"),
|
badge_file_root: System.get_env("BADGE_FILE_ROOT"),
|
||||||
password_pepper: System.get_env("PASSWORD_PEPPER"),
|
password_pepper: System.get_env("PASSWORD_PEPPER"),
|
||||||
|
|
Loading…
Reference in a new issue