Skip to content

Commit fe3d03c

Browse files
authored
Use config_env/0 instead of Mix.env/0 (#20)
1 parent c5183e3 commit fe3d03c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/config.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Config
22

3-
if Mix.env() in [:dev, :test] do
3+
if config_env() in [:dev, :test] do
44
config :open_api_typesense,
55
api_key: "xyz",
66
host: "localhost",

0 commit comments

Comments
 (0)