knexfile.ts 257 B

1234567
  1. // For more information about this file see https://dove.feathersjs.com/guides/cli/databases.html
  2. import { app } from './src/app'
  3. // Load our database connection info from the app configuration
  4. const config = app.get('postgresql')
  5. module.exports = config