sendou.ink/old/knexfile.ts
Kalle (Sendou) 1576f89925 move to old
2020-10-13 14:27:02 +03:00

8 lines
122 B
TypeScript

require("dotenv").config();
module.exports = {
client: "pg",
connection: process.env.POSTGRESQL_URI,
ssl: true,
};