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