1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-12 19:29:30 +08:00
Mainflux.mainflux/config/development.json

12 lines
248 B
JSON
Raw Normal View History

2015-07-26 23:37:22 +02:00
{
"message" : "We are in development",
"db" : {
"path" : "mongodb://localhost",
"port" : "27017",
"name" : "test"
},
"port" : "8080",
"secretToken": "VelikaSrbija",
"userTokenExpirePeriod": "10080"
2015-07-26 23:37:22 +02:00
}