From 02c61546299e6d0a6d7eb72e9c36c5ae0abb5626 Mon Sep 17 00:00:00 2001 From: tracer Date: Fri, 21 Oct 2022 14:56:14 +0200 Subject: [PATCH] initial commit --- config.json.sample | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.json.sample diff --git a/config.json.sample b/config.json.sample new file mode 100644 index 0000000..4ade236 --- /dev/null +++ b/config.json.sample @@ -0,0 +1,7 @@ +{ + "dbHost": "localhost", + "dbPort": 3306, + "dbDatabase": "tracer_db1", + "dbUser": "tracer_db1", + "dbPassword": "secret", +} \ No newline at end of file