Skip to content

Commit

Permalink
Dirty log env variables for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikthepixel committed Jan 10, 2024
1 parent 54df17e commit 0792ef0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/gateway/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ const AUTH_CONFIG: AuthOptions = {
tokenSigningAlg: 'RS256',
};

console.log(process.env)

const SERVICES = {
accounts: process.env.ACCOUNTS_SERVICE_URL ?? 'http://localhost:8001',
ads: process.env.ADVERTISEMENTS_SERVICE_URL ?? 'http://localhost:8002',
Expand Down

0 comments on commit 0792ef0

Please sign in to comment.