sendou.ink/knexfile.ts
2020-09-10 18:59:11 +03:00

8 lines
120 B
TypeScript

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