diff options
| author | elijah <elijah@riseup.net> | 2016-05-25 15:15:07 -0700 |
|---|---|---|
| committer | elijah <elijah@riseup.net> | 2016-05-25 15:15:07 -0700 |
| commit | c8550e3712ffed2fb9c93f6ca423b0a49849ad36 (patch) | |
| tree | eb78997c1483abf5167efdec54bd99cc0cf6b8b0 /config/config.yml.example | |
initial commit
Diffstat (limited to 'config/config.yml.example')
| -rw-r--r-- | config/config.yml.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/config.yml.example b/config/config.yml.example new file mode 100644 index 0000000..e769005 --- /dev/null +++ b/config/config.yml.example @@ -0,0 +1,6 @@ +--- +database: + adapter: sqlite3 + database: db/email.sqlite3 +secret: CHANGEME + |
