ToDo/.env.example

4 lines
152 B
Plaintext
Raw Normal View History

2025-09-16 11:38:26 +02:00
# This is the url of the development docker container postgres server
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/myapp?schema=public"