@@ -9,18 +9,18 @@ AUTH_PASSWORD_ENABLED=true
99# The role is optional and can be one of: Admin and User (default).
1010# The email is optional and can be used to link an account to external providers.
1111# The avatarUrl is optional and can be used to provision an avatar for the user
12- AUTH_USERS = " alice|Kinetic@alice1 |Admin|alice@email .com|http://avatars.dicebear .com/api/open-peeps/aliceal .svg,bob||User|bob@gmail .com"
12+ AUTH_USERS = " admin|kinetic |Admin|admin@example .com|http://avatars.example .com/admin .svg,bob||User|user@example .com"
1313# Provision more apps by providing the mnemonic, secret key or byte array of the fee payer, name and optionally a logo URL.
14- APP_1_FEE_PAYER_SECRET = UvfuF3FPqLyvS8xGjSu4AUfdsY5QvLdnin8SKBLAi3UqgbmEWCDshPY3UcxvBgRAqHLzh5Ni1eypLVZArsis6FF
15- APP_1_NAME = " App 1 "
14+ APP_1_FEE_PAYER_SECRET = 3HicmKK88kuwRcvwfiVWMbzTY9mnzmmGuNN4V9Dwn5gCpFYDPCWfR8WmHPAZP4S3DSTPQvNGB4SXdoheCrj49dgW
15+ APP_1_NAME = " KInnected "
1616# APP_1_LOGO_URL=""
1717# Enabling the webhooks will enable the event and verify webhooks in debug mode.
1818# APP_1_ENABLE_WEBHOOKS=true
1919# Cache configurations, all TTL values are in seconds
2020# CACHE_SOLANA_GET_LATEST_BLOCKHASH_TTL=5
2121# CACHE_SOLANA_GET_TOKEN_ACCOUNTS_TTL=60
22- # COOKIE_DOMAINS="localhost, local.kinetic.host,pages.dev"
23- # COOKIE_NAME="__session"
22+ COOKIE_DOMAINS = " local.kinetic.host,pages.dev"
23+ COOKIE_NAME = " __session"
2424# If you want to configure CORS, define a comma-separated list of urls here.
2525# If you don't provide any domains, CORS will be bypassed (default).
2626# CORS_ORIGINS=http://localhost:4200
@@ -51,38 +51,38 @@ DATABASE_URL="postgresql://prisma:prisma@localhost:5432/prisma?schema=kinetic"
5151# GOOGLE_CLIENT_SECRET=x
5252# GOOGLE_ENABLED=false
5353# Secret used to sign JWT tokens (required)
54- JWT_SECRET = " KineticJwtSecret !"
54+ JWT_SECRET = " KineticSecret !"
5555# Configure the host where the API listens on.
5656# Use 127.0.0.1 if you only want to allow connections from localhost.
5757# Use 0.0.0.0 (default) when deploying to e.g. Heroku, Render or run in a Docker container.
58- HOST = 127 .0.0.1
58+ HOST = 0 .0.0.0
5959# Configure the port where the API listens on. 3000 is the default.
60- # PORT=3000
60+ PORT = 3000
6161# Configure the logger https://ogma.jaymcdoniel.dev/
6262# LOG_COLOR=true
6363# LOG_JSON=false
6464# ALL = 0, SILLY = 0, FINE = 1, VERBOSE = 1, DEBUG = 2, INFO = 3, LOG = 3, WARN = 4, ERROR = 5, FATAL = 6, OFF = 7
65- LOG_LEVEL = ALL
65+ LOG_LEVEL = 2
6666# Queue settings
6767QUEUE_CLOSE_ACCOUNT_CONCURRENCY = 1
6868QUEUE_CLOSE_ACCOUNT_START = false
6969# Redis configuration
7070REDIS_URL = redis://localhost:6379
7171# SolanaLocal
72- SOLANA_LOCAL_ENABLED = true
72+ # SOLANA_LOCAL_ENABLED=true
7373# SOLANA_LOCAL_MINT_KIN=*MoGaMuJnB3k8zXjBYBnHxHG47vWcW3nyb7bFYvdVzek,5,Kin
74- SOLANA_LOCAL_MINT_KIN_AIRDROP_SECRET = UvfuF3FPqLyvS8xGjSu4AUfdsY5QvLdnin8SKBLAi3UqgbmEWCDshPY3UcxvBgRAqHLzh5Ni1eypLVZArsis6FF
74+ # SOLANA_LOCAL_MINT_KIN_AIRDROP_SECRET=UvfuF3FPqLyvS8xGjSu4AUfdsY5QvLdnin8SKBLAi3UqgbmEWCDshPY3UcxvBgRAqHLzh5Ni1eypLVZArsis6FF
7575# SOLANA_LOCAL_RPC_ENDPOINT=http://localhost:8899
7676# SolanaDevnet
7777# SOLANA_DEVNET_ENABLED=true
7878# SOLANA_DEVNET_RPC_ENDPOINT=devnet
7979# SOLANA_DEVNET_MINT_KIN=*KinDesK3dYWo3R2wDk6Ucaf31tvQCCSYyL8Fuqp33GX,5,Kin
8080# SOLANA_DEVNET_MINT_KIN_AIRDROP_AMOUNT=1000
8181# SOLANA_DEVNET_MINT_KIN_AIRDROP_MAX=50000
82- SOLANA_DEVNET_MINT_KIN_AIRDROP_SECRET = UvfuF3FPqLyvS8xGjSu4AUfdsY5QvLdnin8SKBLAi3UqgbmEWCDshPY3UcxvBgRAqHLzh5Ni1eypLVZArsis6FF
82+ # SOLANA_DEVNET_MINT_KIN_AIRDROP_SECRET=UvfuF3FPqLyvS8xGjSu4AUfdsY5QvLdnin8SKBLAi3UqgbmEWCDshPY3UcxvBgRAqHLzh5Ni1eypLVZArsis6FF
8383# SolanaMainnet
84- # SOLANA_MAINNET_RPC_ENDPOINT=mainnet
85- SOLANA_MAINNET_ENABLED = false
84+ SOLANA_MAINNET_RPC_ENDPOINT = mainnet
85+ SOLANA_MAINNET_ENABLED = true
8686# The URL of the Web UI, used to redirect to the Web UI after login.
8787# In a typical deployment, this is the same as the API_URL with the '/api' suffix removed (the default).
8888# This means you will probably only need to set this if you are running a local development setup.
0 commit comments