annotate example.cfg @ 74:39a1575d4aa9

Update example configuration.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 12 Jul 2016 11:45:43 +0300
parents 41881ba09ba8
children 6e8e3695cfaa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 [gcm]
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 ###
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 ### Logging/debugging
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 ###
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 # Enable debug messages
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 #debug = on
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 # Log level "CRITICAL", "ERROR", "WARNING", "INFO", "DEBUG"
69
8ef792b573a9 Misc cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
9 #logging_level = debug
15
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 ###
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 ### Calendar settings
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14 ###
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15 # Regular expression to match the SOURCE calendars by name
48
1ce5ccd949b6 Comment out few things in example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
16 #source_regex = ^R:\s*(.*?)\s*\(\s*(.+?)\s*\)\s*$
15
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 # Mapping of source regexp submatches
48
1ce5ccd949b6 Comment out few things in example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
19 #source_regmap = 1, 2
15
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20
74
39a1575d4aa9 Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 71
diff changeset
21 # Destination calendar name (MUST match dest_regex)
39a1575d4aa9 Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 71
diff changeset
22 dest_name = Raahen kansainvälisyystoiminta [{0}]
15
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23
74
39a1575d4aa9 Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 71
diff changeset
24 # Destination calendar name regexp (or use dest_id)
39a1575d4aa9 Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 71
diff changeset
25 dest_regex = ^Raahen kansainvälisyystoiminta
39a1575d4aa9 Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 71
diff changeset
26
39a1575d4aa9 Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 71
diff changeset
27 # Destination calendar ID (not needed if dest_regex is set)
15
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 #dest_id =
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
30
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
31 ###
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
32 ### E-mail settings
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
33 ###
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
34 # Enable/disable sending of e-mail message in case of fatal errors
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35 email = off
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
36
71
41881ba09ba8 Allow setting SMTP server .. needs more work tho.
Matti Hamalainen <ccr@tnsp.org>
parents: 69
diff changeset
37 # SMTP server for sending mail
41881ba09ba8 Allow setting SMTP server .. needs more work tho.
Matti Hamalainen <ccr@tnsp.org>
parents: 69
diff changeset
38 email_server = localhost
41881ba09ba8 Allow setting SMTP server .. needs more work tho.
Matti Hamalainen <ccr@tnsp.org>
parents: 69
diff changeset
39
15
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40 # Message subject
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41 email_subject = Google Calendar MultiMerge error!
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
43 # Sender "From" address
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44 email_sender = multimerge@example.com
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
45
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
46 # Target "To" addresses. Can be a list, separate with commas ","
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
47 email_to = someone@somewhere.com
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
48