1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-16 14:32:26 +02:00
invoiceninja/.env.example

108 lines
2.2 KiB
Plaintext
Raw Permalink Normal View History

2015-06-10 10:34:20 +02:00
APP_ENV=production
APP_DEBUG=false
2017-12-20 13:23:58 +01:00
APP_URL=http://www.ninja.test
2016-07-27 11:21:42 +02:00
APP_KEY=SomeRandomStringSomeRandomString
APP_CIPHER=AES-256-CBC
2017-03-22 21:53:56 +01:00
APP_LOCALE=en
2015-03-25 20:56:31 +01:00
DB_TYPE=mysql
2015-11-29 11:12:59 +01:00
DB_STRICT=false
2015-03-25 20:56:31 +01:00
DB_HOST=localhost
DB_DATABASE=ninja
2016-02-17 20:18:06 +01:00
DB_USERNAME=ninja
DB_PASSWORD=ninja
2015-03-25 20:56:31 +01:00
MAIL_DRIVER=smtp
MAIL_PORT=587
MAIL_ENCRYPTION=tls
2015-05-08 10:21:29 +02:00
MAIL_HOST
MAIL_USERNAME
MAIL_FROM_ADDRESS
2015-05-08 10:21:29 +02:00
MAIL_FROM_NAME
MAIL_PASSWORD
2015-09-17 21:01:06 +02:00
MAILGUN_DOMAIN=
MAILGUN_SECRET=
2016-02-29 10:48:36 +01:00
#POSTMARK_API_TOKEN=
2015-10-25 08:13:06 +01:00
PHANTOMJS_CLOUD_KEY='a-demo-key-with-low-quota-per-ip-address'
2017-01-02 19:47:40 +01:00
#PHANTOMJS_BIN_PATH=/usr/local/bin/phantomjs
2015-11-01 19:21:11 +01:00
LOG=single
2015-11-24 20:45:38 +01:00
REQUIRE_HTTPS=false
2016-02-17 21:11:18 +01:00
API_SECRET=password
2015-10-02 17:21:38 +02:00
2016-02-29 10:48:36 +01:00
#TRUSTED_PROXIES=
#SESSION_DRIVER=
#SESSION_DOMAIN=
#SESSION_ENCRYPT=
#SESSION_SECURE=
#CACHE_DRIVER=
#CACHE_HOST=
#REDIS_HOST=
2016-02-29 10:48:36 +01:00
#CACHE_PORT1=
#CACHE_PORT2=
#GOOGLE_CLIENT_ID=
#GOOGLE_CLIENT_SECRET=
2017-12-31 10:08:46 +01:00
#GOOGLE_OAUTH_REDIRECT=http://ninja.test/auth/google
2016-03-22 13:38:22 +01:00
2016-12-25 08:57:33 +01:00
GOOGLE_MAPS_ENABLED=true
2016-03-25 00:05:47 +01:00
#GOOGLE_MAPS_API_KEY=
# Create a cookie to stay logged in
#REMEMBER_ME_ENABLED=true
2017-09-14 10:43:02 +02:00
# Immediately expire cookie on the browser closing
#SESSION_EXPIRE_ON_CLOSE=false
# The app automatically logs the user out after this number of seconds
#AUTO_LOGOUT_SECONDS=28800
2016-03-25 00:05:47 +01:00
#S3_KEY=
#S3_SECRET=
#S3_REGION=
#S3_BUCKET=
#RACKSPACE_USERNAME=
#RACKSPACE_KEY=
#RACKSPACE_CONTAINER=
#RACKSPACE_REGION=
#RACKSPACE_TEMP_URL_SECRET=
# If this is set to anything, the URL secret will be set the next
# time a file is downloaded through the client portal.
# Only set this temporarily, as it slows things down.
2016-05-16 10:44:43 +02:00
#RACKSPACE_TEMP_URL_SECRET_SET=
2016-03-25 00:05:47 +01:00
#DOCUMENT_FILESYSTEM=
#MAX_DOCUMENT_SIZE # KB
#MAX_EMAIL_DOCUMENTS_SIZE # Total KB
#MAX_ZIP_DOCUMENTS_SIZE # Total KB (uncompressed)
2016-05-15 04:22:06 +02:00
#DOCUMENT_PREVIEW_SIZE # Pixels
WEPAY_CLIENT_ID=
WEPAY_CLIENT_SECRET=
WEPAY_ENVIRONMENT=production # production or stage
2016-06-26 18:38:36 +02:00
WEPAY_AUTO_UPDATE=true # Requires permission from WePay
2016-05-17 17:32:17 +02:00
WEPAY_FEE_PAYER=payee
2017-03-26 11:01:34 +02:00
WEPAY_APP_FEE_CC_MULTIPLIER=0
WEPAY_APP_FEE_ACH_MULTIPLIER=0
2016-05-17 17:32:17 +02:00
WEPAY_APP_FEE_FIXED=0
2016-06-26 18:38:36 +02:00
WEPAY_THEME='{"name":"Invoice Ninja","primary_color":"0b4d78","secondary_color":"0b4d78","background_color":"f8f8f8","button_color":"33b753"}' # See https://www.wepay.com/developer/reference/structures#theme
2017-02-01 11:48:18 +01:00
BLUEVINE_PARTNER_UNIQUE_ID=
2016-12-07 13:21:14 +01:00
BLUEVINE_PARTNER_TOKEN=
CLOUDFLARE_DNS_ENABLED=false
CLOUDFLARE_API_KEY=
CLOUDFLARE_EMAIL=
CLOUDFLARE_TARGET_IP_ADDRESS=
2017-12-20 13:23:58 +01:00
CLOUDFLARE_ZONE_IDS={}