update deps, node >= 14, add mariadb and postgres to tests

This commit is contained in:
lesion
2022-07-27 11:23:57 +02:00
parent b54fca0ce8
commit 4ac78db475
10 changed files with 251 additions and 136 deletions

View File

@@ -0,0 +1,19 @@
{
"baseurl": "http://localhost:13120",
"hostname": "localhost",
"server": {
"host": "0.0.0.0",
"port": 13120
},
"log_level": "warn",
"log_path": "./logs",
"db": {
"dialect": "postgres",
"host": "localhost",
"database": "gancio",
"username": "gancio",
"password": "gancio",
"logging": false
},
"upload_path": "./uploads"
}