Skip to content

Commit

Permalink
Temporarily point uploads directly at file01
Browse files Browse the repository at this point in the history
  • Loading branch information
odinho committed Nov 3, 2023
1 parent 612d234 commit 6650de5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/frontend/modules/network/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ export const configs: Record<ConfigType, Config> = {
},
staging: {
api: "https://frikanalen.no/api/",
upload: "https://frikanalen.no/api/videos/upload/",
upload: "https://upload.frikanalen.no/files",
},
devcluster: {
api: "http://fk.dev.local/api/",
upload: "http://fk.dev.local/api/videos/upload/",
},
production: {
api: "https://frikanalen.no/api/",
upload: "https://frikanalen.no/api/videos/upload/",
// This is temporarily file01; until the rest of the system is in play
// Usually it will be `/api/videos/upload/` at full URL
upload: "https://upload.frikanalen.no/files",
},
};

Expand Down

0 comments on commit 6650de5

Please sign in to comment.