UNPKG

@webda/core

Version:

Expose API with Lambda

67 lines (66 loc) 1.48 kB
{ "version": 1, "parameters": { "TEST": "Global", "region": "us-east-1", "website": ["test.webda.io", "test2.webda.io"], "locales": ["es-ES", "en-GB", "fr-FR"] }, "moddas": { "Test/Mailer": { "type": "local", "require": "../test/moddas/debugmailer" }, "Test/VoidStore": { "type": "local", "require": "../test/moddas/voidstore" } }, "models": { "WebdaTest/Task": "../test/models/task", "WebdaTest/Ident": "../test/models/ident" }, "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" }, "ConfigurationStore": { "type": "FileStore", "folder": "./test/data/configuration" }, "ConfigurationService": { "source": "ConfigurationStore:test", "checkInterval": 2, "default": { "services": { "Authentication.providers.email.text": "Test" } } } } }