mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-17 08:57:28 +08:00
Delete MIX_ENV on boot
This commit is contained in:
parent
b5730b17aa
commit
c6df940808
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ defmodule Livebook.Application do
|
|||
|
||||
defp config_env_var?("LIVEBOOK_" <> _), do: true
|
||||
defp config_env_var?("RELEASE_" <> _), do: true
|
||||
defp config_env_var?("MIX_ENV"), do: true
|
||||
defp config_env_var?(_), do: false
|
||||
|
||||
if Mix.target() == :app do
|
||||
|
|
Loading…
Add table
Reference in a new issue