mirror of
https://github.com/dustinbrun/docker-compose-homeserver.git
synced 2025-04-04 15:57:42 +00:00
10 lines
147 B
JSON
10 lines
147 B
JSON
{
|
|
"database": {
|
|
"engine": "mysql",
|
|
"host": "db",
|
|
"name": "npm",
|
|
"user": "npm",
|
|
"password": "changeme",
|
|
"port": 3306
|
|
}
|
|
} |