mirror of
https://git.imnavajas.es/jjimenez/printhub.git
synced 2026-01-12 08:28:48 +00:00
8 lines
267 B
Bash
8 lines
267 B
Bash
# Base de datos MySQL
|
|
MYSQL_DATABASE=printhub
|
|
MYSQL_ROOT_PASSWORD=8FOc7XQrUWEtwgiDKppfcv2LWo
|
|
|
|
# Spring Boot datasource
|
|
SPRING_DATASOURCE_URL=jdbc:mysql://localhost:3306/printhub
|
|
SPRING_DATASOURCE_USERNAME=printhub
|
|
SPRING_DATASOURCE_PASSWORD=DsomyTF4NjTtwzGTTWaxoUEvIt |