From 528f3296573fa0507866145452c3028c2ce62162 Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Tue, 20 Dec 2016 10:13:04 +0100 Subject: [PATCH] Add example config --- .gitignore | 1 + config.example.json | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 config.example.json diff --git a/.gitignore b/.gitignore index 47c6993..fe667ef 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ _testmain.go *.sublime-workspace .vscode/ *~ +config.json diff --git a/config.example.json b/config.example.json new file mode 100644 index 0000000..0a97561 --- /dev/null +++ b/config.example.json @@ -0,0 +1,6 @@ +{ + "DatabaseHost": "localhost", + "DatabaseUser": "user", + "DatabasePassword": "thisismypassword", + "DatabaseName": "budgeteer" +} \ No newline at end of file