{ "project": { "framework": "nest.js", "name": "E-Commerce Project", "version": "1.0.0", "outDir": "src", "debugger": false }, "schema": { "tables": {}, "relations": [], "enums": {} }, "services": { "userNotificationsService": false, "formOfFormsModule": false, "clientSupportModule": false, "usersMessagingModule": false, "userActivityTrackerModule": false, "dbLoggerService": false, "appHealthCheckService": false, "dockerzieApp": true, "mailServiceIntegration": true, "dummyDataSeeder": false }, "env": { "swagger": { "allowedUrls": "FRONTEND_URLS", "url": "ENVIRONMENT", "port": "PORT" }, "jwt": { "secret": "JWT_SECRET" }, "database": { "host": "DATABASE_HOST", "port": "DATABASE_PORT", "user": "POSTGRES_USER", "password": "POSTGRES_PASSWORD", "name": "POSTGRES_DB" }, "mailer": { "email": "OFFICIAL_EMAIL", "password": "OFFICIAL_EMAIL_PASSWORD", "provider": "MAILER_SERVICE_PROVIDER" }, "aws": { "accessKey": "AWS_ACCESS_KEY", "secretKey": "AWS_SECRET_ACCESS_KEY", "region": "AWS_REGION", "bucketName": "S3_BUCKET_NAME" } } }