Skip to content

Commit

Permalink
Merge branch 'main' into feature/async_census_creation
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Sep 5, 2023
2 parents 43eee43 + ccbb280 commit 84c5788
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .env copy
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# A web3 endpoint provider
# WEB3_PROVIDERS=https://eth.llamarpc.com,https://eth-goerli.api.onfinality.io/public
WEB3_PROVIDERS=https://mainnet.infura.io/v3/1a6832aff39441b4b5aced8fa6f8d696,https://goerli.infura.io/v3/b5825b1fbf1e4a828cc385de83b9dc7e

# Internal port for the service (80 and 443 are used by traefik)
PORT=7788

# Domain name for TLS
# DOMAIN=your.own.domain.xyz
DOMAIN=localhost

# Log level (info, debug, warning, error)
LOGLEVEL=debug

# IPFS connect key for discovering nodes
# CONNECT_KEY=yourIPFSConnectKey
CONNECT_KEY=census3key
Empty file added letsencrypt/acme.json
Empty file.

0 comments on commit 84c5788

Please sign in to comment.