Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemKolodko committed Dec 2, 2024
1 parent ee7852a commit 1c5732c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ NODE_ENV=development
PORT=8085

DATABASE_URL=postgres://username:9999@localhost:5432/pump_fun_db
TOKEN_FACTORY_ADDRESS=0xa30497127591d7DAAbd468df7985a8Af94529582
INDEXER_INITIAL_BLOCK_NUMBER=65756467
TOKEN_FACTORY_ADDRESS=0xFbcb8EA97A13a2C5Ea146f5807DC84D4923C0e6a
INDEXER_INITIAL_BLOCK_NUMBER=66172285
GOOGLE_CLOUD_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\n..."
SERVICE_PRIVATE_KEY=0x1234
JWT_PRIVATE_KEY="PrivateKeyBase64"
Expand Down

0 comments on commit 1c5732c

Please sign in to comment.