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:
7
config/db_sample.json
Normal file
7
config/db_sample.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"host": "hostname",
|
||||
"port": 1111,
|
||||
"user": "username",
|
||||
"password": "password",
|
||||
"database": "dbname"
|
||||
}
|
||||
Reference in New Issue
Block a user