node-express-api-template
Version:
A productive and scalable nodejs api template for developers
47 lines • 1.7 kB
JSON
{
"test": {
"SENDGRID_API_KEY": "",
"SENDGRID_EMAIL_ID": "",
"MAIL_USERNAME": "your email id",
"MAIL_PASSWORD": "your password",
"MAIL_FROM": "your email id",
"WEB_BASE_URL": "your web base url",
"BASE_URL": "http://localhost:8002",
"REQ_BASE_URL": "http://localhost:3000",
"IMAGE_RELATIVE_PATH": "public/images",
"IMAGE_PATH": "http://localhost:8002/public/images",
"PORT": 8000,
"FCM_SERVER_KEY": "",
"ADMIN_BASE_URL": "your admin panel base url"
},
"development": {
"SENDGRID_API_KEY": "",
"SENDGRID_EMAIL_ID": "",
"MAIL_USERNAME": "your email id",
"MAIL_PASSWORD": "your password",
"MAIL_FROM": "your email id",
"WEB_BASE_URL": "your web base url",
"BASE_URL": "http://localhost:8002",
"REQ_BASE_URL": "http://localhost:3000",
"IMAGE_RELATIVE_PATH": "public/images",
"IMAGE_PATH": "http://localhost:8002/public/images",
"PORT": 8000,
"FCM_SERVER_KEY": "",
"ADMIN_BASE_URL": "your admin panel base url"
},
"production": {
"SENDGRID_API_KEY": "",
"SENDGRID_EMAIL_ID": "",
"MAIL_USERNAME": "your email id",
"MAIL_PASSWORD": "your password",
"MAIL_FROM": "your email id",
"WEB_BASE_URL": "your web base url",
"BASE_URL": "http://localhost:8002",
"REQ_BASE_URL": "http://localhost:3000",
"IMAGE_RELATIVE_PATH": "public/images",
"IMAGE_PATH": "http://localhost:8002/public/images",
"PORT": 8000,
"FCM_SERVER_KEY": "",
"ADMIN_BASE_URL": "your admin panel base url"
}
}