mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 20:13:31 +03:00
Fix build
This commit is contained in:
parent
27b60894bb
commit
df99ef4303
@ -20,7 +20,7 @@ db_url =
|
||||
|
||||
admin_user = System.get_env("ADMIN_USER_NAME")
|
||||
admin_email = System.get_env("ADMIN_USER_EMAIL")
|
||||
admin_emails = System.get_env("ADMIN_EMAILS") |> String.split(",")
|
||||
admin_emails = System.get_env("ADMIN_EMAILS", "") |> String.split(",")
|
||||
admin_pwd = System.get_env("ADMIN_USER_PWD")
|
||||
env = System.get_env("ENVIRONMENT", "prod")
|
||||
mailer_adapter = System.get_env("MAILER_ADAPTER", "Bamboo.SMTPAdapter")
|
||||
|
Loading…
Reference in New Issue
Block a user