Skip to content

Commit

Permalink
ops: update production api domain (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruilopesm authored Nov 14, 2023
1 parent aa03180 commit 9b76d75
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .postman/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -3255,7 +3255,7 @@
}
],
"cookie": [],
"body": "{\n \"data\": {\n \"description\": \"For the ninja who never stops building things\",\n \"id\": \"380b3725-a37a-4c7d-a15b-50c61de1573c\",\n \"image\": \"https://bokken.di.uminho.pt/uploads/badges/380b3725-a37a-4c7d-a15b-50c61de1573c/original.png?v=63790670110\",\n \"name\": \"Built 695 projects\"\n }\n}"
"body": "{\n \"data\": {\n \"description\": \"For the ninja who never stops building things\",\n \"id\": \"380b3725-a37a-4c7d-a15b-50c61de1573c\",\n \"image\": \"https://api.coderdojobraga.org/uploads/badges/380b3725-a37a-4c7d-a15b-50c61de1573c/original.png?v=63790670110\",\n \"name\": \"Built 695 projects\"\n }\n}"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ config :bokken, BokkenWeb.Endpoint,
# For production, don't forget to configure the url host
# to something meaningful, Phoenix uses this information
# when generating URLs.
host: "bokken.di.uminho.pt",
host: "api.coderdojobraga.org",
port: 80
],
cache_static_manifest: "priv/static/cache_manifest.json",
Expand Down
1 change: 0 additions & 1 deletion lib/bokken_web/endpoint.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ defmodule BokkenWeb.Endpoint do
@session_options [
store: :cookie,
secure: true,
extra: "SameSite=None",
key: "_bokken_key",
signing_salt: "82k4BOy+"
]
Expand Down

0 comments on commit 9b76d75

Please sign in to comment.