mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-12 19:29:30 +08:00

This commit adds Mainflux metadata embedded in JWT. Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
17 lines
361 B
JSON
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"
|
|
}
|