14 lines
326 B
Plaintext
14 lines
326 B
Plaintext
|
APP_ENV=production
|
||
|
APP_KEY=base64:8IzDPFR0/ydvfHiu5jmMI+9LvLciwluF0IstUefY+W0=
|
||
|
APP_TRUSTED_PROXIES=*
|
||
|
APP_URL=https://contacts.theribbles.org
|
||
|
DAV_ENABLED=true
|
||
|
DB_DATABASE=monica_db
|
||
|
DB_USERNAME=monica_user
|
||
|
DB_PASSWORD=secret
|
||
|
DB_HOST=mariadbhost
|
||
|
CACHE_DRIVER=database
|
||
|
LOG_CHANNEL=stdout
|
||
|
QUEUE_DRIVER=sync
|
||
|
SESSION_DRIVER=database
|