1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-11 19:29:16 +08:00
Mainflux.mainflux/config/development.json
Drasko DRASKOVIC e7e4da29bb Add jwt
Devices routes are now JWT protected. We are using `restify-jwt`
which is using `jsonwebtoken` behind.

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
2015-12-04 00:54:39 +01:00

16 lines
339 B
JSON

{
"message" : "We are in development",
"db" : {
"path" : "mongodb://localhost",
"port" : "27017",
"name" : "test"
},
"port" : "8080",
"tokenSecret": "Pariz-Beograd",
"userTokenExpirePeriod": "10080",
"limiter" : {
"defaultBurstRate": 50,
"defaultRatePerSec": 0.5
}
}