fxa-auth-server/config/dev.json

22 строки
340 B
JSON

{
"contentServer": {
"url": "http://127.0.0.1:9001"
},
"templateServer": {
"url": "http://127.0.0.1:9001"
},
"smtp": {
"host": "127.0.0.1",
"port": 9999,
"secure": false,
"sender": "no-reply@example.com"
},
"toobusy": {
"maxLag": 0
},
"log": {
"level": "info"
},
"verifierVersion": 0
}