Skip to content

Commit

Permalink
add example .env
Browse files Browse the repository at this point in the history
  • Loading branch information
thegoldenmule committed May 3, 2024
1 parent 97f34b6 commit 621ef0a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
WEB3_CHAIN=base_sepolia

POSTGRES_SSL=false
POSTGRES_USER=postgres
POSTGRES_PASSWORD=localdb
POSTGRES_HOST=localhost
POSTGRES_PORT=5432

0 comments on commit 621ef0a

Please sign in to comment.