Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
add .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Pittella authored and Santiago Pittella committed Oct 6, 2023
1 parent e8f2aa0 commit 9493ec4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export DB_TYPE= # set to postgresql if you want to use postgresql, empty otherwise (sqlite).
export ENABLE_GATEWAY_DATA=false # Set to true if you want to enable gateway data
export ENABLE_MAINNET_SYNC=false # Set to true if you want to enable mainnet sync
export ENABLE_TESTNET_SYNC=false # Set to true if you want to enable testnet sync
export ENABLE_TESTNET2_SYNC=false # Set to true if you want to enable testnet2 sync
export RPC_API_HOST=<YOUR_RPC_API_HOST> # Set to your rpc api host, is will be used in the explorer as "Mainnet"
export TESTNET_RPC_API_HOST=<YOUR_TESTNET_RPC_API_HOST> # Set to your testnet rpc api host, is will be used in the explorer as "Testnet"
export TESTNET_2_RPC_API_HOST=<YOUR_TESTNET_2_RPC_API_HOST> # Set to your testnet2 rpc api host, is will be used in the explorer as "Testnet2"

0 comments on commit 9493ec4

Please sign in to comment.