Skip to content

Commit

Permalink
Update config/prod.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork authored Sep 26, 2024
1 parent ebf2a9e commit 02f40fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Config
# before starting your production server.
config :companies, CompaniesWeb.Endpoint,
http: [:inet6, port: System.get_env("PORT") || 8080],
url: [scheme: "https", host: "bego-elixir-companies.fly.dev"],
url: [scheme: "https", host: "elixir-companies.com"],
cache_static_manifest: "priv/static/cache_manifest.json",
secret_key_base: System.get_env("SECRET_KEY_BASE")

Expand Down

0 comments on commit 02f40fe

Please sign in to comment.