UNPKG

247 BJavaScriptView Raw
1var config = {
2 registrosPorPagina: 42,
3 host: process.env.ROBBYSON_API_HOST || '172.18.0.1:90',
4 serverErrorResponse: {
5 title: "generic_systemErrorTitle",
6 text: "generic_systemErrorText"
7 }
8};
9
10module.exports = config;
\No newline at end of file