UNPKG

@teikei/migrations

Version:

Teikei data migrations. Teikei is the software that powers ernte-teilen.org, a website that maps out Community-supported Agriculture in Germany.

6 lines (5 loc) 149 B
'use strict'; module.exports = { client: 'pg', connection: process.env.DATABASE_URL || 'postgresql://teikei:teikei@localhost:5432/teikei_dev' };