-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
34 lines (25 loc) · 1.23 KB
/
.env.example
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
API_PORT=8080
API_URL=http://localhost
API_VERSION=v1
VERBOSE_INCOMING_REQUESTS=true
SSL_KEY_PATH=.ssl/api.thig.io/privkey.pem
SSL_CERT_PATH=.ssl/api.thig.io/fullchain.pem
MYSQL_HOST=ufb-db-dev2.crznlbjgvpe5.us-west-2.rds.amazonaws.com
MYSQL_USER=ufb_admin
MYSQL_PASSWORD=o1tAF5AGkkdlm1ROjOor
MYSQL_PORT=3306
MYSQL_DB=test
DEV_MODE=true
# 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
DATABASE_URL="mysql://${MYSQL_USER}:${MYSQL_PASSWORD}@${MYSQL_HOST}:${MYSQL_PORT}/${MYSQL_DB}"
JWT_SECRET="5KqwuSqTL5nczGZTHitudTVJg7V3KxTCNVMU"
AWS_BUCKET_REGION=us-west-2
AWS_ACCESS_KEY_ID=AKIA5LPXBVGCIBPSGU6G
AWS_SECRET_ACCESS_KEY=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
ETHERSCAN_API_KEY=T7F4CF6IRSYINEUYTIGMUQEVCB56Q5GNHF
CACHE_DIR=./cache
ALCHEMY_API_KEY=HxyNqvjrV54D1LC7MmcCwbwT48MOoxQG
ALCHEMY_API_ENDPOINT=https://eth-mainnet.g.alchemy.com/v2/HxyNqvjrV54D1LC7MmcCwbwT48MOoxQG