Files
SpiceManagementSystem/.env.example
T
2026-09-11 01:17:47 +02:00

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