Skip to content

Commit

Permalink
create .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
brunodsousa committed Feb 12, 2024
1 parent 1f1cf1a commit 630ef1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DATABASE_URL="postgresql://docker:docker@localhost:5432/polls?schema=public"
FASTIFY_COOKIE_SECRET=

0 comments on commit 630ef1e

Please sign in to comment.