1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:19:26 +00:00

Added database initialisation script and mysql2 npm package

This commit is contained in:
2022-01-11 22:10:05 +00:00
parent a79c19a791
commit 55d68df2c5
5 changed files with 573 additions and 1 deletions

7
config/db_sample.json Normal file
View File

@@ -0,0 +1,7 @@
{
"host": "hostname",
"port": 1111,
"user": "username",
"password": "password",
"database": "dbname"
}