- Register internalRoutes at /api/auth/internal (used by management) - Add registerRoutes for staff self-registration flow - Add workforce sync job (runs on schedule, fails gracefully if unconfigured) - Add email.js for registration/invite emails Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
358 B
Text
9 lines
358 B
Text
DATABASE_URL=postgresql://auth:CHANGE_ME@10.10.10.100:5432/auth_db
|
|
CENTRAL_AUTH_SECRET=CHANGE_ME_generate_with_openssl_rand_hex_32
|
|
DOMAIN=manage.hotelnumberfour.com
|
|
ADMIN_EMAIL=admin@hotelnumberfour.com
|
|
ADMIN_PASSWORD=CHANGE_ME
|
|
OFFICE_IP_CHECK=disabled
|
|
SESSION_DAYS=30
|
|
SETTINGS_URL=http://10.10.10.106:3080
|
|
SETTINGS_SECRET=CHANGE_ME_same_as_settings_service
|