UNPKG

@webda/core

Version:

Expose API with Lambda

45 lines (44 loc) 1.01 kB
{ "version": 3, "parameters": { "TEST": "Global", "region": "us-east-1", "website": ["test.webda.io", "test2.webda.io"], "locales": ["es-ES", "en-GB", "fr-FR"], "configurationService": "FileConfigurationService" }, "services": { "Authentication": { "successRedirect": "https://webda.io/user.html", "failureRedirect": "/login-error", "providers": { "facebook": {}, "email": { "from": "", "subject": "", "html": "", "text": "Test", "mailer": "DefinedMailer", "postValidation": false }, "phone": {}, "twitter": {}, "google": {}, "github": {} } }, "DefinedMailer": { "type": "WebdaTest/Mailer" }, "Users": { "type": "MemoryStore" }, "Idents": { "type": "MemoryStore" }, "FileConfigurationService": { "type": "Webda/FileConfiguration", "source": "./my-missing-file.json" } } }