mirror of
https://github.com/skoelle/focusapp.git
synced 2026-09-17 20:10:25 +00:00
7 lines
145 B
Bash
7 lines
145 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_ME>
|