Skip to content

Commit

Permalink
Modified prod.exs: modified check_origin
Browse files Browse the repository at this point in the history
  • Loading branch information
NewtonMutugi committed Dec 17, 2023
1 parent aaa2d9b commit aa9a835
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 @@ -9,7 +9,7 @@ config :eliza_chat_v3, ElizaChatV3Web.Endpoint,
server: true,
url: [host: "35.212.167.138", port: 8080],
cache_static_manifest: "priv/static/cache_manifest.json",
check_origin: ["35.212.167.138"]
check_origin: ["http://35.212.167.138:8080"]

# Configures Swoosh API Client
config :swoosh, api_client: Swoosh.ApiClient.Finch, finch_name: ElizaChatV3.Finch
Expand Down

0 comments on commit aa9a835

Please sign in to comment.