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 759c6ee commit 2b5854dCopy full SHA for 2b5854d
samples/client/petstore/elixir/config/config.exs
@@ -7,7 +7,7 @@
7
# General application configuration
8
import Config
9
10
-config :openapi_petstore, base_url: "https://petstore.swagger.io/v2"
+config :openapi_petstore, base_url: "http://petstore.swagger.io:80/v2"
11
12
# Import environment specific config. This must remain at the bottom
13
# of this file so it overrides the configuration defined above.
0 commit comments