mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-10 21:00:37 -05:00
8 lines
120 B
TypeScript
8 lines
120 B
TypeScript
require("dotenv").config()
|
|
|
|
module.exports = {
|
|
client: "pg",
|
|
connection: process.env.POSTGRESQL_URI,
|
|
ssl: true,
|
|
}
|