1
0
mirror of https://github.com/dustinbrun/docker-compose-homeserver.git synced 2025-04-08 17:07:41 +00:00
docker-compose-homeserver/npm/config.json
2021-03-14 14:34:40 +01:00

10 lines
147 B
JSON

{
"database": {
"engine": "mysql",
"host": "db",
"name": "npm",
"user": "npm",
"password": "changeme",
"port": 3306
}
}