feat: Add advanced DNS configuration

This commit is contained in:
Dries Augustyns
2026-02-17 16:33:34 +01:00
parent c286f49097
commit 7964563b62
3 changed files with 310 additions and 125 deletions
+4
View File
@@ -3,6 +3,7 @@ import type {Request, Response} from 'express';
import {
API_URI,
AWS_SES_REGION,
DASHBOARD_URI,
GITHUB_OAUTH_ENABLED,
GOOGLE_OAUTH_ENABLED,
@@ -59,6 +60,9 @@ export class Config {
: null,
},
},
aws: {
sesRegion: AWS_SES_REGION,
},
});
}
}