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 ef00dac107 Correct Docker stuff
This commit corrects docker-compose.

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
2015-12-07 00:27:52 +01:00

17 lines
351 B
JSON

{
"message" : "We are in development",
"db" : {
"addr" : "localhost",
"port" : "27017",
"name" : "test"
},
"port" : "8080",
"tokenSecret": "Pariz-Beograd",
"userTokenExpirePeriod": "10080",
"limiter" : {
"defaultBurstRate": 50,
"defaultRatePerSec": 0.5
},
"version": "0.1"
}