@webda/core
Version:
Expose API with Lambda
56 lines (55 loc) • 1.25 kB
JSON
{
"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",
"default": {
"services": {
"Authentication": {
"providers": {
"email": {
"text": "MissingTextAutoGenerated"
}
}
}
}
}
}
}
}