Add example files.
This commit is contained in:
parent
d1aa0f3aaa
commit
0529c3b56e
2 changed files with 13 additions and 0 deletions
10
config/config.yml.sample
Normal file
10
config/config.yml.sample
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
crm:
|
||||
baseurl: http://url.of.your.fatfreecrm.server
|
||||
login: johnsmith
|
||||
password: ****
|
||||
imap:
|
||||
pattern: '.*'
|
||||
server: hostname.of.you.imap.server
|
||||
login: johnsmith
|
||||
password: ****
|
3
config/ignore.yml.sample
Normal file
3
config/ignore.yml.sample
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
- badguy@example.com
|
||||
- somespammer@example.com
|
Loading…
Reference in a new issue