debugging domain
This commit is contained in:
parent
f6554d2ad0
commit
bba1b86d4e
2 changed files with 1 additions and 3 deletions
|
|
@ -104,6 +104,7 @@ module.exports = (pool, query) => {
|
|||
subject: 'Your Login Code',
|
||||
html: `
|
||||
<h1>Your login code is: ${authCode}</h1>
|
||||
<p>${JSON.stringify(config, null, 4)}<p>
|
||||
<p>This code will expire in 15 minutes.</p>
|
||||
<p>Or click <a href="${loginLink}">here</a> to log in directly.</p>
|
||||
`
|
||||
|
|
|
|||
|
|
@ -13,9 +13,6 @@ services:
|
|||
- /app/node_modules
|
||||
depends_on:
|
||||
- backend
|
||||
environment:
|
||||
- VITE_API_URL=http://localhost:4000/api
|
||||
- VITE_ENVIRONMENT=beta
|
||||
networks:
|
||||
- app-network
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue