Add example config

This commit is contained in:
Jan Bader 2016-12-20 10:13:04 +01:00
parent 65322bc182
commit 528f329657
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -27,3 +27,4 @@ _testmain.go
*.sublime-workspace
.vscode/
*~
config.json

6
config.example.json Normal file
View File

@ -0,0 +1,6 @@
{
"DatabaseHost": "localhost",
"DatabaseUser": "user",
"DatabasePassword": "thisismypassword",
"DatabaseName": "budgeteer"
}