Skip to content

Commit

Permalink
fix: fix config error
Browse files Browse the repository at this point in the history
  • Loading branch information
taobojlen committed Nov 7, 2023
1 parent d9a0243 commit c46d7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ if config_env() == :prod do
email_octopus_list_id: System.get_env("EMAIL_OCTOPUS_LIST_ID"),
email_octopus_api_key: System.get_env("EMAIL_OCTOPUS_API_KEY"),
admin_user_email: System.get_env("ADMIN_EMAIL"),
disable_signups: System.get_env("DISABLE_SIGNUPS", false) != false,
disable_signups: System.get_env("DISABLE_SIGNUPS"),
app_domain: app_domain,
email_domain: email_domain,
env: :prod
Expand Down

0 comments on commit c46d7c8

Please sign in to comment.