Author: Pedro Lucas Porcellis <porcellis@eletrotupi.com>
config: add sample configuration file
.gitignore | 1 + config.example.ini | 10 ++++++++++
diff --git a/.gitignore b/.gitignore index 39130baa1d444e9c27ab24f98aa10e0e810a32fc..55185395f6c4261ca00dc2bdfa489e870f097869 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ dinheiro +config.ini diff --git a/config.example.ini b/config.example.ini new file mode 100644 index 0000000000000000000000000000000000000000..4d1d4d321ff6d21be356de49746d75eef8c88f4b --- /dev/null +++ b/config.example.ini @@ -0,0 +1,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