Files
archtika/rest-api/.env

3 lines
202 B
Bash
Raw Normal View History

2024-07-31 07:23:32 +02:00
DATABASE_URL="postgres://postgres@localhost:15432/archtika?sslmode=disable"
PGRST_DB_URI="postgres://authenticator@localhost:15432/archtika?sslmode=disable"
JWT_SECRET="a42kVyAhTImYxZeebZkApoAZLmf0VtDA"