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

42 lines
716 B
Plaintext

# 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=127.0.0.1
DB_PORT=3306
DB_DATABASE=linkace
DB_USERNAME=linkace
DB_PASSWORD=secret
# Configure user session details
SESSION_DRIVER=file
SESSION_LIFETIME=120
# Configure various driver
LOG_CHANNEL=stack
BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_DRIVER=sync
# Redis cache configuration
REDIS_HOST=127.0.0.1
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