SaaS Configuration

You first need to configure the url of your project, if it is going to be locally you put http://localhost:PORT ex: http://localhost:3000 in production you put the url of your project.

You will also need to know if you will use "Coming Soon" to be redirected to the coming soon page and collect emails with Resend.

create file .env

env
# SAAS
SAAS_URL=http://localhost:3000
SAAS_COMING_SOON_ENABLED=false