-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (19 loc) · 857 Bytes
/
.env.example
File metadata and controls
20 lines (19 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
CHAIN_CAST_API_PORT=55000
DATABASE_URL=postgresql://heldervasc@localhost:5432/heldervasc?schema=chaincast-api-devel
LOG_LEVEL=debug
SILENT=false
LOG_TO_FILE=false
BLOCKS_PER_CALL=1000
GET_PAST_RETRIES=3
CORS_ENABLED=false
CORS_ALLOWED_ORIGINS=localhost
SERVER_KEY="secret"
ENVIRONMENT_TYPE="development"
WEB3_RPC_LOCAL_URL=http://127.0.0.1:8545
WEB3_WS_LOCAL_URL=ws://127.0.0.1:8545
REDIS_HOSTNAME=localhost
REDIS_PORT=6379