UNPKG

256 Btext/x-handlebars-templateView Raw
1{
2 "default": {
3 "TIMEOUT": "86400000",
4 "SECRET": "1234qwer"
5 },
6 "production": {
7 "SECRET": "xxxxxxxxx"
8 },
9 "staging": {
10 "SECRET": "xxxxxxxxx"
11 },
12 "development": {
13 "TIMEOUT": "60000"
14 },
15 "test": {
16 "TIMEOUT": "60000"
17 }
18}
\No newline at end of file