Public
Likestudiokare-auth
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v10View latest version
Used by ScalewayEmailService in backend/email.ts to send transactional emails (magic links, invites, email change confirmations).
| Variable | Required | Description |
|---|---|---|
SCW_REGION | Yes | Scaleway region (used to build the API endpoint) |
SCW_API_URL | Yes | Scaleway API base URL |
SCW_SECRET_KEY | Yes | Scaleway authentication secret |
SCW_PROJECT_ID | Yes | Scaleway project identifier |
SCW_FROM_EMAIL | Yes | Sender email address for transactional emails |
SCW_FROM_NAME | No | Sender display name (optional) |
If SCW_SECRET_KEY and SCW_PROJECT_ID are not set, the system falls back to ConsoleEmailService, which logs emails to the console instead of sending them.