.Env & environment.ts
Minimum configuration to get started with Nesula
NestJS
URL
Localhost
Configure NestJS for local development on localhost:
Live Domain
Configure NestJS for a live domain name pointed to the development server:
Database
Mail
Nesula requires a mail server to relay email for user verification. Add your email server details to your config:
Ensure you add your live server domain to your TXT SPF DNS record to authorise the server to send email for that domain.
Don't have a mail server?
Third-party fake SMTP server providers:
Security
CORS Whitelist
Whitelist domains that are required to make API request to NestJS
Angular
Configure Angular by adding the base URL for any API requests that the Angular app will make to the NestJS server.
Last updated
Was this helpful?