-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.env.test
97 lines (77 loc) · 2.2 KB
/
.env.test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
NODE_ENV=test
PORT=5421
IPFS_NODE_URL=http://host.docker.internal:5003
PUBLIC_IPFS_RESOLVER=https://ipfs.io
### Database - Postgres
PG_HOST=host.docker.internal
PG_PORT=5434
POSTGRES_USER=walter
POSTGRES_PASSWORD=white
POSTGRES_DB=boilerplate
DATABASE_URL=postgresql://walter:[email protected]:5434/boilerplate
### JWT
JWT_SECRET=secretshhh
JWT_EXPIRATION=
SESSION_KEY=
# log4j Levels: trace, debug, info, warn, error, fatal
PINO_LOG_LEVEL=error
### Redis Cache
REDIS_HOST=host.docker.internal
REDIS_PORT=6379
REDIS_URL=redis://host.docker.internal:6379
# LOCAL DEV
# http://localhost:1984
#
# LIVE:
# host: 'arweave.net',
# port: 443,
# protocol: 'https'
#
ARWEAVE_ENABLED=0
ARWEAVE_HOST=
ARWEAVE_PORT=
ARWEAVE_PROTOCOL=
## generate here: npx ts-node desci-server/src/utils/generateArweaveKeys.ts
ARWEAVE_PUBKEY=
# base64-encoded private key JSON stringified object (https://docs.arweave.org/developers/server/http-api#key-format)
ARWAVE_SECRET_PRIVATE_KEY_SECRET=
ESTUARY_API_KEY=
ESTUARY_API_URL=https://api.estuary.tech
SERVER_URL=http://localhost:5421
DAPP_URL=http://localhost:3000
THEGRAPH_API_URL=http://host.docker.internal:8000/subgraphs/name/nodes
# set to true if need to send email
SHOULD_SEND_EMAIL=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
# S3 Bucket
AWS_S3_BUCKET_ARN=
AWS_S3_BUCKET_NAME=
AWS_S3_BUCKET_REGION=
# for faucet
HOT_WALLET_KEY=
# https://cso-classifier.internal
CSO_CLASSIFIER_API=
# vscode runnable
VSCODE_ACCESS_TOKEN=
# nodes media server (DOI resolution, video transcoding, LaTeX -> PDF Conversion)
NODES_MEDIA_SERVER_URL=http://host.docker.internal:5454
REPO_SERVICE_SECRET_KEY="m8sIy5BPygBcX3+ZmMVuAA10k6w59BSCZd+Z5+VLYm4="
REPO_SERVER_URL=http://host.docker.internal:5485
DOI_PREFIX=10.62891
CROSSREF_DOI_URL=https://doi.org
# Cross ref api
CROSSREF_METADATA_API=https://test.crossref.org/servlet/deposit
CROSSREF_ADMIN_API=https://test.crossref.org
CROSSREF_API_KEY=
CROSSREF_EMAIL=
CROSSREF_LOGIN=
CROSSREF_PASSWORD=
# Cross ref notification callback envs
CROSSREF_NOTIFY_ENDPOINT=endpoint
# Automated metadata
AUTOMATED_METADATA_API=
AUTOMATED_METADATA_API_KEY=
CLOUDFLARE_WORKER_API=http://host.docker.internal:5446
CLOUDFLARE_WORKER_API_SECRET=auth-token
ENABLE_WORKERS_API=true