16 lines
304 B
Bash
16 lines
304 B
Bash
APP_NAME=SpiceManagementSystem
|
|
APP_ENV=production
|
|
APP_KEY=
|
|
APP_DEBUG=false
|
|
APP_URL=https://deine-domain.de
|
|
|
|
# Caddy / TLS
|
|
APP_DOMAIN=deine-domain.de
|
|
CADDY_EMAIL=deine@email.de
|
|
|
|
# Datenbank
|
|
DB_DATABASE=spices
|
|
DB_USERNAME=spices
|
|
DB_PASSWORD=sicheres-passwort
|
|
DB_ROOT_PASSWORD=noch-sichereres-root-passwort
|