Verbrauchsausweis Basisfunktionalität

This commit is contained in:
Moritz Utcke
2023-04-04 11:23:36 +04:00
parent 3a1464dc44
commit f164d4c1e2
28 changed files with 1728 additions and 1310 deletions

View File

@@ -4,8 +4,8 @@ export function dbOpen(): Knex {
const db = knex({
client: 'pg',
connection: {
host : '127.0.0.1',
port : 5436,
host : process.env.DB_CONNECTION,
port : Number(process.env.DB_PORT),
user : 'main',
password : 'hHMP8cd^N3SnzGRR',
database : 'main'