Add example config
This commit is contained in:
parent
65322bc182
commit
528f329657
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@ _testmain.go
|
|||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
.vscode/
|
.vscode/
|
||||||
*~
|
*~
|
||||||
|
config.json
|
||||||
|
6
config.example.json
Normal file
6
config.example.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"DatabaseHost": "localhost",
|
||||||
|
"DatabaseUser": "user",
|
||||||
|
"DatabasePassword": "thisismypassword",
|
||||||
|
"DatabaseName": "budgeteer"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user