carnet panel3

This commit is contained in:
alma 2025-04-20 17:23:48 +02:00
parent cd58f16e5f
commit 2bb0fb74a1
2 changed files with 2 additions and 2 deletions

2
.env
View File

@ -57,7 +57,7 @@ LEANTIME_API_URL=https://agilite.slm-lab.net
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/calendar_db?schema=public" DATABASE_URL="postgresql://postgres:postgres@localhost:5432/calendar_db?schema=public"
NEWSDB_URL="postgresql://alma:Sict33711###@172.16.0.104:5432/rivacube?schema=public" NEWSDB_URL="postgresql://alma:Sict33711%23%23%23@172.16.0.104:5432/rivacube?schema=public"
DB_USER=alma DB_USER=alma
DB_PASSWORD=Sict33711### DB_PASSWORD=Sict33711###
DB_NAME=rivacube DB_NAME=rivacube

View File

@ -8,7 +8,7 @@ generator client {
datasource db { datasource db {
provider = "postgresql" provider = "postgresql"
url = env("NEWSDB_URL") url = env("DATABASE_URL")
} }
model User { model User {