ToDo/.env.example

4 lines
152 B
Plaintext

# This is the url of the development docker container postgres server
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/myapp?schema=public"