We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5183e3 commit fe3d03cCopy full SHA for fe3d03c
1 file changed
config/config.exs
@@ -1,6 +1,6 @@
1
import Config
2
3
-if Mix.env() in [:dev, :test] do
+if config_env() in [:dev, :test] do
4
config :open_api_typesense,
5
api_key: "xyz",
6
host: "localhost",
0 commit comments