forked from svenaas/audrey2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaudrey2.conf.sample
45 lines (39 loc) · 1.07 KB
/
audrey2.conf.sample
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Sample audrey2.conf
# The default location for this file is /etc/audrey2/audrey2.conf, but an alternate location
# may be specified with the --config command-line option.
#
# Folders for recipes and themes
#
# Suggested locations:
# /etc/audrey2/recipes
# /etc/audrey2/themes
recipes_folder: ./recipes
themes_folder: ./themes
#
# User agent to impersonate when retrieving themes. Please use with discretion.
#
# user_agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 1.1.4322)
#
# Email notification of exceptions
#
# This feature requires Mikel Lindsaar's 'mail' gem (http://github.com/mikel/mail)
#
# If you want to use sendmail instead of smtp then set via this way:
# via: sendmail
# and omit the smtp hash.
#
# email:
# to: test@test.com
# from: Audrey 2.0 <noreply@test.com>
# via: smtp
# smtp:
# address: smtp.test.com
# port: 25
# user_name: test
# password: password
# domain: test.com
#
# Not yet implemented:
#
# log_file: /var/log/audrey2.log
# log_level: debug