Files
archtika/rest-api/.env
2024-07-31 07:23:32 +02:00

3 lines
202 B
Bash

DATABASE_URL="postgres://postgres@localhost:15432/archtika?sslmode=disable"
PGRST_DB_URI="postgres://authenticator@localhost:15432/archtika?sslmode=disable"
JWT_SECRET="a42kVyAhTImYxZeebZkApoAZLmf0VtDA"