Version 1

This commit is contained in:
2021-03-14 14:34:40 +01:00
parent 2e27d570dd
commit 4ea086fb00
17 changed files with 628 additions and 0 deletions

10
npm/config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"database": {
"engine": "mysql",
"host": "db",
"name": "npm",
"user": "npm",
"password": "changeme",
"port": 3306
}
}