uplink/config/production.json

19 lines
326 B
JSON

{
"host": "uplink.jenkins.io",
"port": 3030,
"public": "../public/",
"authentication": {
"secret": "a poorly formed production secret",
"session" : true,
"cookie" : {
"secure": false,
"enabled": true,
"name": "uplink-jwt"
}
},
"paginate": {
"default": 10,
"max": 50
}
}