Skip to content

Commit

Permalink
Change the files context service url in config
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Naulleau committed Dec 6, 2024
1 parent 78df8a3 commit 69ea2ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/api/src/shared-kernel/adapters/primary/nestjs/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ export const apiConfig: ProdApiConfig = {
},
contextServices: {
filesContext: {
baseUrl: 'http://localhost',
// 'web' is the container name created by Scalingo (see the Procfile).
// The DNS will resolve this url to a private IP.
baseUrl: 'https://web.osc-secnum-fr1.scalingo.io',
port: 3000,
},
},
Expand Down

0 comments on commit 69ea2ef

Please sign in to comment.