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