Revision 3c889ab1119256fb6dddcf6091bf3e5a3e264c8f authored by ThieryMichel on 14 February 2017, 09:54:49 UTC, committed by ThieryMichel on 15 February 2017, 16:58:23 UTC
1 parent 989444c
Raw File
test-dist.js
module.exports = {
    api_url: '',
    port: 3000,
    mongo: {
        host: 'localhost:27017',
        dbName: 'lodex_test',
    },
    auth: {
        cookieSecret: 'cookie',
        headerSecret: 'header',
        expiresIn: 10 * 3600 // 10 hours
    },
    csv: {
        quote: '"',
        delimiter: ';',
    }
};
back to top