mirror of
https://github.com/eliasrenman/gardentron.git
synced 2026-03-16 20:46:07 +01:00
8 lines
253 B
TypeScript
8 lines
253 B
TypeScript
// For more information about this file see https://dove.feathersjs.com/guides/cli/databases.html
|
|
import { app } from './src/app'
|
|
|
|
// Load our database connection info from the app configuration
|
|
const config = app.get('sqlite')
|
|
|
|
module.exports = config
|