File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Environment
22NODE_ENV = " development"
33APP_ENVIRONMENT = " local"
4- MAINTENANCE = false
4+ MAINTENANCE = " false"
55
66# API
77API_BASE_URL = " http://localhost"
@@ -15,10 +15,10 @@ COOKIE_DOMAIN="localhost"
1515COOKIE_SECRET = " super-secret-here"
1616JWT_SECRET = " super-secret-here"
1717
18- # Flags
19- ENABLE_EMAILS = false
20-
21- # AWS
18+ # E-mails
19+ ENABLE_EMAILS = " false"
20+ EMAIL_PROVIDER = " ses "
21+ RESEND_KEY = " resend-key "
2222AWS_SES_REGION = " aws-region"
2323AWS_SES_ACCESS_KEY_ID = " aws-access-key-id"
2424AWS_SES_SECRET_ACCESS_KEY = " aws-secret-access-key"
@@ -30,4 +30,4 @@ DB_PORT=3306
3030DB_DATABASE = " abnmo_dev"
3131DB_USERNAME = " abnmo_user"
3232DB_PASSWORD = " abnmo_password"
33- DB_ROOT_PASSWORD = " abnmo_root_password"
33+ DB_ROOT_PASSWORD = " abnmo_root_password"
Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ COOKIE_DOMAIN="localhost"
1515COOKIE_SECRET = " test-cookie-secret-key-for-testing-only"
1616JWT_SECRET = " test-jwt-secret-key-for-testing-only"
1717
18- # Flags
19- ENABLE_EMAILS = false
20-
21- # AWS
18+ # E-mails
19+ ENABLE_EMAILS = " false"
20+ EMAIL_PROVIDER = " ses "
21+ RESEND_KEY = " resend-key "
2222AWS_SES_REGION = " aws-region"
23- AWS_SES_ACCESS_KEY_ID = " test -access-key"
24- AWS_SES_SECRET_ACCESS_KEY = " test -secret-key"
25- AWS_SES_FROM_EMAIL = " test@example .com"
23+ AWS_SES_ACCESS_KEY_ID = " aws -access-key-id "
24+ AWS_SES_SECRET_ACCESS_KEY = " aws -secret-access -key"
25+ AWS_SES_FROM_EMAIL = " test@mail .com"
2626
2727# Database
2828DB_HOST = " localhost"
2929DB_PORT = 3307
3030DB_DATABASE = " abnmo_test"
3131DB_USERNAME = " abnmo_user"
3232DB_PASSWORD = " abnmo_password"
33- DB_ROOT_PASSWORD = " abnmo_root_password"
33+ DB_ROOT_PASSWORD = " abnmo_root_password"
You can’t perform that action at this time.
0 commit comments