1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invoiceninja_ynh.git synced 2024-09-03 19:26:22 +02:00
invoiceninja_ynh/conf/.env

36 lines
699 B
Bash
Raw Normal View History

2020-05-02 17:16:41 +02:00
APP_ENV=production
APP_DEBUG=false
2020-05-03 12:04:12 +02:00
APP_LOCALE=__LANGUAGE__
2020-05-02 17:16:41 +02:00
APP_URL=https://__DOMAIN____PATH__/index.php
APP_KEY=__APP_KEY__
APP_CIPHER=AES-256-CBC
2020-05-03 12:04:24 +02:00
# used to connect with the mobile app
API_SECRET=__API_SECRET__
2020-05-02 17:16:41 +02:00
REQUIRE_HTTPS=true
2020-05-03 12:04:38 +02:00
2020-05-02 17:16:41 +02:00
DB_TYPE=mysql
DB_HOST=localhost
DB_DATABASE=__DB_NAME__
DB_USERNAME=__DB_USER__
DB_PASSWORD=__DB_PASS__
2020-05-03 12:04:38 +02:00
MAIL_DRIVER=mail
MAIL_PORT=25
MAIL_ENCRYPTION=
MAIL_HOST=localhost
2020-05-02 17:16:41 +02:00
MAIL_USERNAME=
2020-05-03 12:04:38 +02:00
MAIL_FROM_NAME="__MAIL_FROM_NAME__"
MAIL_FROM_ADDRESS=__MAIL_FROM_ADDRESS__
2020-05-02 17:16:41 +02:00
MAIL_PASSWORD=
2020-05-03 12:04:38 +02:00
2020-05-02 17:16:41 +02:00
PHANTOMJS_CLOUD_KEY=a-demo-key-with-low-quota-per-ip-address
PHANTOMJS_SECRET=__PHANTOMJS_KEY__
2020-05-03 12:04:38 +02:00
2020-05-02 17:16:41 +02:00
MAILGUN_DOMAIN=
MAILGUN_SECRET=
2020-05-03 12:04:38 +02:00
# do not run the setup wizard
2020-05-02 17:16:41 +02:00
PRECONFIGURED_INSTALL=true