1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-22 18:22:26 +01:00
LinkAce/.env.docker
2019-01-10 22:50:09 +01:00

42 lines
723 B
Docker

# Basic app configuration
APP_NAME=LinkAce
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
# System settings
PAGE_TITLE=''
GUEST_ACCESS=false
# Configuration of the database connection
DB_CONNECTION=mysql
DB_HOST=linkace-db
DB_PORT=3306
DB_DATABASE=linkace
DB_USERNAME=linkace
DB_PASSWORD=secret
# Configure user session details
SESSION_DRIVER=redis
SESSION_LIFETIME=120
# Configure various driver
LOG_CHANNEL=stack
BROADCAST_DRIVER=log
CACHE_DRIVER=redis
QUEUE_DRIVER=sync
# Redis cache configuration
REDIS_HOST=linkace-redis
REDIS_PASSWORD=null
REDIS_PORT=6379
# Mail configuration
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null