1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-14 19:29:11 +08:00
Mainflux.mainflux/config/development.json
nmarcetic f36013016e -- Hello JWT
Signed-off-by: nmarcetic <nikola.marcetic@ntsystems.rs>
2015-10-13 16:35:32 +02:00

12 lines
248 B
JSON

{
"message" : "We are in development",
"db" : {
"path" : "mongodb://localhost",
"port" : "27017",
"name" : "test"
},
"port" : "8080",
"secretToken": "VelikaSrbija",
"userTokenExpirePeriod": "10080"
}