carnet panel3
This commit is contained in:
parent
cd58f16e5f
commit
2bb0fb74a1
2
.env
2
.env
@ -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
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user