-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_config.cfg
30 lines (25 loc) · 1.04 KB
/
example_config.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This is an example config file for file_hook_server_timestamping.py.
# It should be adapted and stored at '~/.file_hook_server_timestamping.cfg'.
[logging]
# Set the name of the logger.
name = server_timestamping
# If given a logging is done to this file, otherwise no file logging is done.
# Default: No file logging is done.
filename = /tmp/file_hook_server_timestamping.log
# If set to 'yes' logging to the console/stdout is done.
# Default: No logging to console is done.
do_console_logging = yes
# Set the logging level.
# Possible values are 'debug', 'info', 'warning', 'error', 'critical'.
# Default: 'info'
log_level = debug
[server_timestamping]
# Set the name of the branch in which the server timestamping exists.
branch_name = server_timestamping
# Define the gpg key to use.
# If not given file_hook_server_timestamping.py will create an gpg key and
# stores this reference in another config file
# '~/.file_hook_server_timestamping_gpgkey.cfg'.
# The configuration given here will overwrite the configuration in the
# other file.
# gpgkey = ...