Skip to content

Commit ae61028

Browse files
committed
use config_env() rather than Mix.env()
1 parent c6dd4e5 commit ae61028

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
import Config
2-
import_config("#{Mix.env()}.exs")
2+
import_config("#{config_env()}.exs")

apps/server/config/config.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ config :snowflake,
55
# First second of 2024
66
epoch: 1_704_070_800_000
77

8-
import_config("#{Mix.env()}.exs")
8+
import_config("#{config_env()}.exs")

0 commit comments

Comments
 (0)