Adding external config file
This commit is contained in:
parent
f2f6e9782c
commit
75e2acfec9
2 changed files with 11 additions and 1 deletions
6
myapp.conf.example
Normal file
6
myapp.conf.example
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
foo => 'bar',
|
||||
banana => 'monkey',
|
||||
# Database connection details
|
||||
dsn => "dbi:SQLite:dbname=foodloop.db",
|
||||
};
|
Reference in a new issue