File size: 375 Bytes
9e1094d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
{
"local": {
"database": "local",
"host": "127.0.0.1",
"port": "8501",
"debug": true,
"pth_dataset" : "D:\\DATA\\ufrgs\\observatory-brazilian-news\\news\\jpan",
"real_time_loop": 420
},
"cloud": {
"database": "cloud",
"host": "127.0.0.1",
"port": "8501",
"debug": false,
"pth_dataset" : "",
"real_time_loop": 420
}
}
|