We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6dd4e5 commit ae61028Copy full SHA for ae61028
apps/remote_control/config/config.exs
@@ -1,2 +1,2 @@
1
import Config
2
-import_config("#{Mix.env()}.exs")
+import_config("#{config_env()}.exs")
apps/server/config/config.exs
@@ -5,4 +5,4 @@ config :snowflake,
5
# First second of 2024
6
epoch: 1_704_070_800_000
7
8
0 commit comments