debugging domain

This commit is contained in:
2ManyProjects 2025-04-25 17:25:58 -05:00
parent f6554d2ad0
commit bba1b86d4e
2 changed files with 1 additions and 3 deletions

View file

@ -104,6 +104,7 @@ module.exports = (pool, query) => {
subject: 'Your Login Code', subject: 'Your Login Code',
html: ` html: `
<h1>Your login code is: ${authCode}</h1> <h1>Your login code is: ${authCode}</h1>
<p>${JSON.stringify(config, null, 4)}<p>
<p>This code will expire in 15 minutes.</p> <p>This code will expire in 15 minutes.</p>
<p>Or click <a href="${loginLink}">here</a> to log in directly.</p> <p>Or click <a href="${loginLink}">here</a> to log in directly.</p>
` `

View file

@ -13,9 +13,6 @@ services:
- /app/node_modules - /app/node_modules
depends_on: depends_on:
- backend - backend
environment:
- VITE_API_URL=http://localhost:4000/api
- VITE_ENVIRONMENT=beta
networks: networks:
- app-network - app-network