add example config.toml
This commit is contained in:
parent
fb43d8da3a
commit
94770ef25c
1 changed files with 6 additions and 0 deletions
6
config.example.toml
Normal file
6
config.example.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[database]
|
||||
host = "127.0.0.1"
|
||||
port = 5432
|
||||
user = "username"
|
||||
pass = "password"
|
||||
name = "database"
|
||||
Loading…
Add table
Add a link
Reference in a new issue