dinheiro

ref: master

./config.example.ini


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# This is the sample configuration file for dinheiro. Copy into `config.ini` so
# you'll can use it.

[meta]
# The environment dinheiro will be running
environment=development

[database]
# The database string connection which you'll use
connection-string=postgresql://postgres@localhost/dinheiro_dev?sslmode=disable