Files
2026-06-16 13:04:11 +03:00

6 lines
142 B
TypeScript

export default {
datasource: {
url: process.env.DATABASE_URL || 'postgresql://postgres:postgres@localhost:5432/fethiye_holiday',
},
}