{ "local": { "appConfig": { "port": 3001 }, "dbConfig": { "host": "localhost", "port": 5432, "user": "postgres", "password": "postgres", "database": "remedify-assessment-local", "MODE": "DEV", "loggerEnabled": true }, "fileConfig": { "storagePath": "./uploads", "configPath": "./config" }, "mailConfig": { "transport": { "host": "smtppro.zoho.in", "secure": true, "port": 465, "auth": { "user": "admin@wct.co.in", "pass": "Wastecare@123" } }, "defaults": { "from": "\"No Reply\" " } }, "urlConfig": { "textbookBaseUrl": "http://localhost/content/textbooks/" }, "swaggerConfig": { "swagger": { "title": "Remedify Content API", "description": "Remedify Content API", "version": "1.0.0", "tag": "Remedify Content API" } } } }