isEmailVerified was set to false which was annoying in the staging environment Also updated password for [email protected] from AppleCar2025 to just [email protected] since the joke is outdated
6 lines
253 B
Bash
6 lines
253 B
Bash
# Note that provide always without trailing forward slash to have expected behaviour
|
|
FRONTEND_BASE_URL=http://localhost:3001
|
|
BACKEND_BASE_URL=http://localhost:3000
|
|
DEFAULT_LOGIN=[email protected]
|
|
DEFAULT_PASSWORD=[email protected]
|
|
WEBSITE_URL=https://twenty.com |