103 lines
2.8 KiB
Plaintext
103 lines
2.8 KiB
Plaintext
# Mail
|
|
MAIL_HOST=
|
|
MAIL_USERNAME=
|
|
MAIL_PASSWORD=
|
|
MAIL_PORT=
|
|
MAIL_SECURE=
|
|
MAIL_FROM_NAME=
|
|
MAIL_FROM_ADDRESS=
|
|
|
|
# Database
|
|
DB_HOST=localhost
|
|
DB_USER=bigcapital
|
|
DB_PASSWORD=bigcapital
|
|
DB_ROOT_PASSWORD=root
|
|
DB_CHARSET=utf8
|
|
|
|
# System database
|
|
SYSTEM_DB_NAME=bigcapital_system
|
|
# SYSTEM_DB_USER=
|
|
# SYSTEM_DB_PASSWORD=
|
|
# SYSTEM_DB_NAME=
|
|
# SYSTEM_DB_CHARSET=
|
|
|
|
# Tenant databases
|
|
TENANT_DB_NAME_PERFIX=bigcapital_tenant_
|
|
# TENANT_DB_HOST=
|
|
# TENANT_DB_USER=
|
|
# TENANT_DB_PASSWORD=
|
|
# TENANT_DB_CHARSET=
|
|
|
|
# Application
|
|
BASE_URL=http://example.com
|
|
JWT_SECRET=b0JDZW56RnV6aEthb0RGPXVEcUI
|
|
|
|
# Jobs MongoDB
|
|
MONGODB_DATABASE_URL=mongodb://localhost/bigcapital
|
|
|
|
# App proxy
|
|
PUBLIC_PROXY_PORT=80
|
|
PUBLIC_PROXY_SSL_PORT=443
|
|
|
|
# Agendash
|
|
AGENDASH_AUTH_USER=agendash
|
|
AGENDASH_AUTH_PASSWORD=123123
|
|
|
|
# Sign-up restrictions
|
|
SIGNUP_DISABLED=false
|
|
SIGNUP_ALLOWED_DOMAINS=
|
|
SIGNUP_ALLOWED_EMAILS=
|
|
|
|
# API rate limit (points,duration,block duration).
|
|
API_RATE_LIMIT=120,60,600
|
|
|
|
# Gotenberg API for PDF printing - (production).
|
|
GOTENBERG_URL=http://gotenberg:3000
|
|
GOTENBERG_DOCS_URL=http://server:3000/public/
|
|
|
|
# Gotenberg API - (development)
|
|
# GOTENBERG_URL=http://localhost:9000
|
|
# GOTENBERG_DOCS_URL=http://host.docker.internal:3000/public/
|
|
|
|
# Exchange Rate Service
|
|
EXCHANGE_RATE_SERVICE=open-exchange-rate
|
|
|
|
# Open Exchange Rate
|
|
OPEN_EXCHANGE_RATE_APP_ID=
|
|
|
|
# The Plaid environment to use ('sandbox' or 'development').
|
|
# https://plaid.com/docs/#api-host
|
|
PLAID_ENV=sandbox
|
|
|
|
# Your Plaid keys, which can be found in the Plaid Dashboard.
|
|
# https://dashboard.plaid.com/account/keys
|
|
PLAID_CLIENT_ID=
|
|
PLAID_SECRET_DEVELOPMENT=
|
|
PLAID_SECRET_SANDBOX=
|
|
|
|
PLAID_LINK_WEBHOOK=
|
|
|
|
# (Optional) Redirect URI settings section
|
|
# Only required for OAuth redirect URI testing (not common on desktop):
|
|
# Sandbox Mode:
|
|
# Set the PLAID_SANDBOX_REDIRECT_URI below to 'http://localhost:3001/oauth-link'.
|
|
# The OAuth redirect flow requires an endpoint on the developer's website
|
|
# that the bank website should redirect to. You will also need to configure
|
|
# this redirect URI for your client ID through the Plaid developer dashboard
|
|
# at https://dashboard.plaid.com/team/api.
|
|
# Development mode:
|
|
# When running in development mode, you must use an https:// url.
|
|
# You will need to configure this https:// redirect URI in the Plaid developer dashboard.
|
|
# Instructions to create a self-signed certificate for localhost can be found at
|
|
# https://github.com/plaid/pattern/blob/master/README.md#testing-oauth.
|
|
# If your system is not set up to run localhost with https://, you will be unable to test
|
|
# the OAuth in development and should leave the PLAID_DEVELOPMENT_REDIRECT_URI blank.
|
|
|
|
PLAID_SANDBOX_REDIRECT_URI=
|
|
PLAID_DEVELOPMENT_REDIRECT_URI=
|
|
|
|
# https://docs.lemonsqueezy.com/guides/developer-guide/getting-started#create-an-api-key
|
|
LEMONSQUEEZY_API_KEY=
|
|
LEMONSQUEEZY_STORE_ID=
|
|
LEMONSQUEEZY_WEBHOOK_SECRET=
|