initial commit

This commit is contained in:
tracer 2022-10-21 14:56:14 +02:00
parent 65e2836f23
commit 02c6154629
1 changed files with 7 additions and 0 deletions

7
config.json.sample Normal file
View File

@ -0,0 +1,7 @@
{
"dbHost": "localhost",
"dbPort": 3306,
"dbDatabase": "tracer_db1",
"dbUser": "tracer_db1",
"dbPassword": "secret",
}