make installation work

This commit is contained in:
Sebastian Gumprich
2021-08-29 19:34:44 +02:00
parent e1a9f61336
commit 6b652a5e24
4 changed files with 33 additions and 29 deletions
+5 -4
View File
@@ -3,7 +3,7 @@ APP_ENV=production
APP_KEY=base64:3E5HVZ/T+VbZu+oA4GNlwnvwFe3jNtkGbR95K0uwr7A=
APP_DEBUG=false
APP_URL=http://localhost
APP_URL=https://__DOMAIN____PATH__
DB_CONNECTION=mysql
MULTI_DB_ENABLED=false
@@ -19,7 +19,6 @@ DEMO_MODE=false
BROADCAST_DRIVER=log
LOG_CHANNEL=stack
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120
@@ -32,9 +31,9 @@ MAIL_HOST=smtp.__DOMAIN__
MAIL_PORT=25
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS='__EMAIL__'
MAIL_FROM_NAME='__EMAIL_NAME__'
MAIL_FROM_NAME="__EMAIL_NAME__"
POSTMARK_API_TOKEN=
REQUIRE_HTTPS=false
@@ -55,3 +54,5 @@ UPDATE_SECRET=__API_SECRET__
COMPOSER_AUTH='{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
SENTRY_LARAVEL_DSN=https://cc7e8e2c678041689e53e409b7dba236@sentry.invoicing.co/5
PRECONFIGURED_INSTALL=true