Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .env.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORT=number # Port number for the API server. Defaults to 5001.
NETWORK=string # 'goerli' or 'mainnet'. Defaults to 'goerli'. This will also be the database schema name.
CHAIN_ID=string # Chain ID of the blockchain. See `SUPPORTED_CHAIN_IDS` in `src/network.ts` for supported chain IDs.
DB_HOST=string
DB_PORT=number
DB_USER=string
Expand All @@ -9,7 +9,5 @@ LOG_LEVEL=string # 'debug', 'info', 'warn' or 'error'. Defaults to 'info'.
GRAPHQL_URL=string # URL of the GraphQL server.
GRAPHQL_TOKEN=string # Token for the GraphQL server.
RPC_URL=string # The RPC URL to connect to.
ADDRESS_DRIVER_ADDRESS=string # The `AddressDriver` contract address on the `NETWORK`.
REPO_DRIVER_ADDRESS=string # The `RepoDriver` contract address on the `NETWORK`.
AUTH_STRATEGY=string # 'signature' or 'dev'. Defaults to 'signature'.
API_KEY=string # API key for the API server.
Loading