mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-22 10:02:36 +02:00
7 lines
106 B
JavaScript
7 lines
106 B
JavaScript
const config = require('config')
|
|
|
|
module.exports = {
|
|
client: 'pg',
|
|
connection: config.get('db.url')
|
|
}
|