1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-12 19:29:30 +08:00
Mainflux.mainflux/config/development.json
Drasko DRASKOVIC 55b28f90f0 Add JWT data in the signature
This commit adds Mainflux metadata embedded in JWT.

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
2015-12-06 14:57:40 +01:00

17 lines
361 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
},
"version": "0.1"
}