Files
photobooth/tools/db/photobooth-db.env.example
T
HayemR 100e5c3a87
Deploy photobooth / deploy (push) Has been cancelled
database integration
2026-05-26 09:07:16 +07:00

8 lines
175 B
Bash

MYSQL_ROOT_USER=root
MYSQL_ROOT_PASSWORD=replace_me
MYSQL_HOST=127.0.0.1
MYSQL_PORT=3306
MYSQL_DATABASE=photobooth
MYSQL_APP_USER=photobooth_app
MYSQL_APP_PASSWORD=replace_me