mirror of
https://github.com/skoelle/focusapp.git
synced 2026-09-17 20:10:25 +00:00
10 lines
221 B
Bash
10 lines
221 B
Bash
# MariaDB Connection (externer Host)
|
|
DB_HOST=maria-db-server.domain.local
|
|
DB_PORT=3306
|
|
DB_NAME=focusapp
|
|
DB_USER=focusapp
|
|
DB_PASSWORD=change-password
|
|
|
|
# MariaDB Root (fuer init-db.sh)
|
|
DB_ROOT_PASSWORD=change-root-password
|