7 lines
131 B
Bash
7 lines
131 B
Bash
# .env
|
|
DB_HOST=mariadb
|
|
DB_ROOT_PASSWORD=iWO8ME9hlOCTml
|
|
DB_USER=api-user
|
|
DB_PASSWORD=Pu38tkYv3W9k6S
|
|
DB_DATABASE=wagfarm
|
|
DB_PORT=3306 |