Skip to content
Snippets Groups Projects
Commit 01bc5911 authored by Uku Taht's avatar Uku Taht
Browse files

Remove APP_ENV completely, use ENVIRONMENT instead

parent 9f446c83
No related branches found
No related tags found
No related merge requests found
defmodule Plausible.Slack do defmodule Plausible.Slack do
@app_env System.get_env("APP_ENV") || "dev" @app_env System.get_env("ENVIRONMENT") || "dev"
require Logger require Logger
def notify(text) do def notify(text) do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment