-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (22 loc) · 838 Bytes
/
.env.example
File metadata and controls
22 lines (22 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SERVICE_NAME=PAN Publisher API
SECRET_KEY=changeme!!!1
TOKEN_LENGTH=16
TOKEN_CHARSET=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
POSTGRES_USER=publisher
POSTGRES_DB=publisher
POSTGRES_PASSWORD=seriously, change me.
POSTGRES_HOST=postgres
DB_ECHO=false
LOG_LEVEL=debug
CELERY_BROKER=redis://redis:6379/0
CELERY_BACKEND=redis://redis:6379/0
BEAT_BROKER=redis://redis:6379/1
BEAT_BACKEND=redis://redis:6379/1
FLOWER_BASIC_AUTH=monitor:supersecurepasswordthatneedstobechanged
PINATA_API_KEY=<pinata api key>
PINATA_SECRET_API_KEY=<pinata api secret key>
PUBLISHER_PRIVATE_KEY=my-privkey
REGISTRY_CONTRACT=0x715c754BF2019FFF238B8E4781eB2D4032408B44
INFURA_URL=https://ropsten.infura.io/v3/<projectid>
THEGRAPH_IPFS_ENDPOINT=https://api.thegraph.com/ipfs/api/v0/add
PINATA_ENDPOINT=https://api.pinata.cloud/pinning/pinByHash