forked from kin-labs/kinetic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
19 lines (19 loc) · 1.15 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
ADMIN_USERNAME="alice"
ADMIN_PASSWORD="Kinetic@admin1"
# Provision more apps by providing the byte array of the fee payer and name
APP_1_FEE_PAYER_BYTE_ARRAY=[24,20,238,188,26,234,120,209,88,63,170,46,66,98,21,113,194,120,143,228,231,37,91,0,242,32,180,99,243,179,57,144,11,233,235,235,203,20,105,33,47,140,152,253,12,148,72,175,141,253,242,110,225,110,21,211,118,87,111,206,208,166,190,78]
APP_1_NAME="App 1"
COOKIE_DOMAINS="localhost,local.kinetic.kin.org,pages.dev"
#COOKIE_NAME="__session"
CORS_ORIGINS=http://localhost:4200
#METRICS_ENABLED=true
DATABASE_URL="postgresql://prisma:prisma@localhost:5432/prisma?schema=kinetic"
JWT_SECRET="KineticJwtSecret!"
#DEFAULT_MINT_AIRDROP_AMOUNT=1000
#DEFAULT_MINT_AIRDROP_MAX=50000
DEFAULT_MINT_AIRDROP_SECRET_KEY=[24,20,238,188,26,234,120,209,88,63,170,46,66,98,21,113,194,120,143,228,231,37,91,0,242,32,180,99,243,179,57,144,11,233,235,235,203,20,105,33,47,140,152,253,12,148,72,175,141,253,242,110,225,110,21,211,118,87,111,206,208,166,190,78]
DEFAULT_MINT_DECIMALS=5
DEFAULT_MINT_PUBLIC_KEY=MoGaMuJnB3k8zXjBYBnHxHG47vWcW3nyb7bFYvdVzek
PORT=3000
SOLANA_DEVNET_RPC_ENDPOINT=http://localhost:8899
#SOLANA_MAINNET_RPC_ENDPOINT=mainnet