uplink/config/default.json

24 lines
519 B
JSON

{
"host": "localhost",
"port": 3030,
"public": "../public/",
"postgres": "postgres://postgres:jenkinsuplink@db:5432/uplink_development",
"authentication": {
"secret": "a poorly formed development secret",
"session" : true,
"cookie" : {
"secure": false,
"enabled": true,
"name": "uplink-jwt"
}
},
"github": {
"clientID": "72bd7848c64951dded52",
"clientSecret": "60a8dc07b6391bff756d4eab3b84a520ee87becc"
},
"paginate": {
"default": 10,
"max": 50
}
}