mirror of
https://github.com/plausible/analytics.git
synced 2024-11-28 04:30:42 +03:00
Remove APP_ENV completely, use ENVIRONMENT instead
This commit is contained in:
parent
9f446c83fd
commit
01bc5911d1
@ -1,5 +1,5 @@
|
||||
defmodule Plausible.Slack do
|
||||
@app_env System.get_env("APP_ENV") || "dev"
|
||||
@app_env System.get_env("ENVIRONMENT") || "dev"
|
||||
require Logger
|
||||
|
||||
def notify(text) do
|
||||
|
Loading…
Reference in New Issue
Block a user