mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-14 19:29:11 +08:00
12 lines
248 B
JSON
12 lines
248 B
JSON
{
|
|
"message" : "We are in development",
|
|
"db" : {
|
|
"path" : "mongodb://localhost",
|
|
"port" : "27017",
|
|
"name" : "test"
|
|
},
|
|
"port" : "8080",
|
|
"secretToken": "VelikaSrbija",
|
|
"userTokenExpirePeriod": "10080"
|
|
}
|