Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
StanBarrows committed May 3, 2024
1 parent b6fd654 commit 8710ac5
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .env.ci
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
PP_NAME="paperflakes AG"
APP_ENV=ci
APP_KEY=base64:oEfzdlGjtN5vcUKhdKR6Gg28/6l845bOboYuLwsTEi0=
APP_DEBUG=false
APP_URL=http://localhost:8000

NOVA_LICENSE_KEY=

LOG_CHANNEL=stack
LOG_LEVEL=debug

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=root

BROADCAST_DRIVER=log
CACHE_DRIVER=file
FILESYSTEM_DISK=public
QUEUE_CONNECTION=sync
SESSION_DRIVER=database
SESSION_LIFETIME=120

MAIL_MAILER=array
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="${APP_NAME}"

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=eu-central-1
AWS_BUCKET=s3-bucket-codebar-development
AWS_PATH=www-docuwaredaily-com

SCOUT_DRIVER=collection
SCOUT_QUEUE=false

DEBUGBAR_ENABLED=false

0 comments on commit 8710ac5

Please sign in to comment.