traxxx-core/knexfile.js

7 lines
151 B
JavaScript
Raw Normal View History

import config from 'config';
export default {
client: 'pg',
connection: { ...config.get('database') }, // avoid "cannot redefine password" error
};