VARIABLE=value
on new lines each. Notice that there is no space between VARIABLE
, =
and value
VARIABLE="really long value"
APP_NAME
set your application nameAPP_URL
set your domain, e.g. APP_URL=https://example.com
CERTBOT_EMAIL
set your official email addressDB_USERNAME
set your database username (any random value will work)DB_PASSWORD
set your database password (any random value will work)MAIL_HOST
set your SMTP host.MAIL_PORT
set your SMTP port.MAIL_USERNAME
set your SMTP usernameMAIL_PASSWORD
set your SMTP passwordMAIL_ENCRYPTION
set to "tls" for sending of encrypted mailsMAIL_FROM_ADDRESS
set your email "from" address, it could be something like [email protected] This usually requires domain verification on your SMTP server.MAIL_FROM_NAME
set your email "from" name. You can leave it as "${APP_NAME}"
to set your APP_NAMEBITGO_ENV
sets your BitGo to test or prod environment.RECAPTCHA_SIZE
set to normal
or invisible
GEOIP_SERVICE
set your maxmind service. This can be one of maxmind_api
or maxmind_database
GETH_NETWORK
sets the network of ethereum to connect to. It can be one of mainnet
or goerli
. Mainnet is the network that handles REAL ethereum value. Its best to leave it unchanged if you don't know about ethereum networks.ETHEREUM_WS
(optional) If you want to switch to a more stable ethereum node service, set the destination WebSocket node URL here. When absent, it defaults to the internal GETH node. We recommend: Chainstack​BINANCE_WS
(required) sets the destination WebSocket node URL for Binance network. We recommend: Chainstack​SMS_PROVIDER
set your SMS provider, this could be one of nexmo
, twilio
, africastalking
, sns
. Each requires its own specific environment values, refer to their section.NEXMO_PHONE
set your nexmo phone numberTWILIO_AUTH_TOKEN
set your Twilio auth tokenTWILIO_ACCOUNT_SID
set your Twilio account SIDTWILIO_FROM
set your Twilio numberTWILIO_SMS_SERVICE_SID
set your Twilio sms service SIDTWILIO_ALPHA_SENDER
(optional) set your Twilio sender nameTWILIO_SMS_SERVICE_SID
(optional) set your sms service IDUsername and key
.AT_USERNAME
set your AfricasTalking usernameAT_KEY
set your AfricasTalking secret keyAT_FROM
set your AfricasTalking Sender IDPAYPAL_CLIENT_ENV
set to either sandbox
or live
PAYPAL_CLIENT_ID
set your PayPal client IDPAYPAL_CLIENT_SECRET
set your PayPal client secret./cryptitan recreate
STRIPE_ENABLE
set to either true
or false
STRIPE_KEY
set your Stripe secret key herePAYU_ENABLE
set to either true
or false
PAYU_CLIENT_ENV
set to either secure
or sandbox
for production or test environment.PAYU_CLIENT_ID
set your OAuth Client IDPAYU_CLIENT_SECRET
set your OAuth Client SecretPAYU_CURRENCY
set your PayU account currencyPAYSTACK_ENABLE
set to either true
or false
PAYSTACK_CLIENT_SECRET
set your Secret Key hereMOLLIE_ENABLE
set to either true
or false
MOLLIE_CLIENT_KEY
set your API key here