add example config.toml

This commit is contained in:
Thomas Preisner 2018-09-22 01:40:58 +02:00
parent fb43d8da3a
commit 94770ef25c

6
config.example.toml Normal file
View file

@ -0,0 +1,6 @@
[database]
host = "127.0.0.1"
port = 5432
user = "username"
pass = "password"
name = "database"