-
Notifications
You must be signed in to change notification settings - Fork 33
/
.env.test
34 lines (22 loc) · 916 Bytes
/
.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
COMPOSE_FILE=docker-compose.local.yml
DATABASE_URL=postgresql://blobscan:s3cr3t@localhost:5432/blobscan_dev?schema=public
BLOBSCAN_API_BASE_URL=http://localhost:3001
# You can generate the secret via 'openssl rand -base64 32' on Unix
# @see https://next-auth.js.org/configuration/options#secret
SECRET_KEY=supersecret
CHAIN_ID=70118930558
PRISMA_BATCH_OPERATIONS_MAX_SIZE=2
# Blob Storages
POSTGRES_STORAGE_ENABLED=true
GOOGLE_STORAGE_BUCKET_NAME=blobscan-test-bucket
GOOGLE_STORAGE_PROJECT_ID=blobscan-test-project
GOOGLE_STORAGE_API_ENDPOINT=http://localhost:4443
GOOGLE_STORAGE_ENABLED=true
# GOOGLE_SERVICE_KEY=
BEE_ENDPOINT=http://localhost:1633
SWARM_BATCH_ID=f89e63edf757f06e89933761d6d46592d03026efb9871f9d244f34da86b6c242
FILE_SYSTEM_STORAGE_PATH=test-blobscan-blobs
# Blob Propagator
BLOB_PROPAGATOR_ENABLED=false
BLOB_PROPAGATOR_TMP_BLOB_STORAGE=FILE_SYSTEM
REDIS_URI=redis://localhost:6379/1