für Docker angepasst
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# Docker Compose Environment Variables
|
||||
# Kopieren Sie diese Datei nach .env und passen Sie die Werte an
|
||||
|
||||
# MySQL Datenbankzugangsdaten
|
||||
DB_USER=root
|
||||
DB_PASS=IhrMySQLPasswort
|
||||
DB_NAME=RXF
|
||||
|
||||
# Build-Datum (wird automatisch beim Build gesetzt, Format: DD.MM.YYYY)
|
||||
BUILD_DATE=$(date +%d.%m.%Y)
|
||||
Reference in New Issue
Block a user