Skip to content

Commit

Permalink
Renames env template file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrés Elizondo committed Aug 16, 2024
1 parent 5e7a5ed commit 5cd2ef4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .env.example → env.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
POSTGRES_USER=scraper
POSTGRES_PASSWORD=scraper
POSTGRES_DB=events
POSTGRES_USER=zeroex
POSTGRES_PASSWORD=zeroex
POSTGRES_DB=hashalytics
POSTGRES_PORT=5432

RPC_URL_ETHEREUM=
Expand All @@ -11,4 +11,3 @@ RPC_URL_FANTOM=
RPC_URL_CELO=
RPC_URL_OPTIMISM=
RPC_URL_ARBITRUM=

0 comments on commit 5cd2ef4

Please sign in to comment.