mirror of
https://github.com/YunoHost-Apps/invoiceninja_ynh.git
synced 2024-09-03 19:26:22 +02:00
110 lines
2.4 KiB
Bash
110 lines
2.4 KiB
Bash
# do not run the setup wizard
|
|
PRECONFIGURED_INSTALL=true
|
|
|
|
APP_ENV=production
|
|
APP_DEBUG=false
|
|
APP_URL=https://__DOMAIN____PATH__/index.php
|
|
APP_KEY=__APP_KEY__
|
|
APP_CIPHER=AES-256-CBC
|
|
APP_LOCALE=__LANGUAGE__
|
|
|
|
DB_TYPE=mysql
|
|
#DB_STRICT=false
|
|
DB_HOST=localhost
|
|
DB_DATABASE=__DB_NAME__
|
|
DB_USERNAME=__DB_USER__
|
|
DB_PASSWORD=__DB_PWD__
|
|
|
|
MAIL_DRIVER=mail
|
|
MAIL_PORT=25
|
|
MAIL_ENCRYPTION=
|
|
MAIL_HOST=localhost
|
|
MAIL_USERNAME=
|
|
MAIL_FROM_ADDRESS=__MAIL_FROM_ADDRESS__
|
|
MAIL_FROM_NAME="__MAIL_FROM_NAME__"
|
|
MAIL_PASSWORD=
|
|
|
|
MAILGUN_DOMAIN=
|
|
MAILGUN_SECRET=
|
|
|
|
#POSTMARK_API_TOKEN=
|
|
|
|
PHANTOMJS_BIN_PATH=__INSTALL_DIR__/phantomjs/bin/phantomjs
|
|
PHANTOMJS_SECRET=__PHANTOMJS_KEY__
|
|
|
|
LOG=single
|
|
REQUIRE_HTTPS=true
|
|
API_SECRET=__API_SECRET__
|
|
|
|
#TRUSTED_PROXIES=
|
|
|
|
#SESSION_DRIVER=
|
|
#SESSION_DOMAIN=
|
|
#SESSION_ENCRYPT=
|
|
#SESSION_SECURE=
|
|
|
|
#CACHE_DRIVER=
|
|
#CACHE_HOST=
|
|
#REDIS_HOST=
|
|
#CACHE_PORT1=
|
|
#CACHE_PORT2=
|
|
|
|
#GOOGLE_CLIENT_ID=
|
|
#GOOGLE_CLIENT_SECRET=
|
|
#GOOGLE_OAUTH_REDIRECT=http://ninja.test/auth/google
|
|
|
|
GOOGLE_MAPS_ENABLED=true
|
|
#GOOGLE_MAPS_API_KEY=
|
|
|
|
# Create a cookie to stay logged in
|
|
#REMEMBER_ME_ENABLED=true
|
|
|
|
# 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
|
|
|
|
#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.
|
|
#RACKSPACE_TEMP_URL_SECRET_SET=
|
|
|
|
#DOCUMENT_FILESYSTEM=
|
|
|
|
#MAX_DOCUMENT_SIZE # KB
|
|
#MAX_EMAIL_DOCUMENTS_SIZE # Total KB
|
|
#MAX_ZIP_DOCUMENTS_SIZE # Total KB (uncompressed)
|
|
#DOCUMENT_PREVIEW_SIZE # Pixels
|
|
|
|
#WEPAY_CLIENT_ID=
|
|
#WEPAY_CLIENT_SECRET=
|
|
#WEPAY_ENVIRONMENT=production # production or stage
|
|
#WEPAY_AUTO_UPDATE=true # Requires permission from WePay
|
|
#WEPAY_FEE_PAYER=payee
|
|
#WEPAY_APP_FEE_CC_MULTIPLIER=0
|
|
#WEPAY_APP_FEE_ACH_MULTIPLIER=0
|
|
#WEPAY_APP_FEE_FIXED=0
|
|
#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
|
|
|
|
|
|
#BLUEVINE_PARTNER_UNIQUE_ID=
|
|
#BLUEVINE_PARTNER_TOKEN=
|
|
|
|
#CLOUDFLARE_DNS_ENABLED=false
|
|
#CLOUDFLARE_API_KEY=
|
|
#CLOUDFLARE_EMAIL=
|
|
#CLOUDFLARE_TARGET_IP_ADDRESS=
|
|
#CLOUDFLARE_ZONE_IDS={}
|