45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"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\" <admin@wct.co.in>"
|
|
}
|
|
},
|
|
"urlConfig": {
|
|
"textbookBaseUrl": "http://localhost/content/textbooks/"
|
|
},
|
|
"swaggerConfig": {
|
|
"swagger": {
|
|
"title": "Remedify Content API",
|
|
"description": "Remedify Content API",
|
|
"version": "1.0.0",
|
|
"tag": "Remedify Content API"
|
|
}
|
|
}
|
|
}
|
|
} |