-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathexample_arsonrc
More file actions
43 lines (39 loc) · 1.29 KB
/
example_arsonrc
File metadata and controls
43 lines (39 loc) · 1.29 KB
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
# The campfire token; instructions are at
# http://developer.37signals.com/campfire/ and also repeated here:
#
# Authenticating is done with an authentication token, which you'll
# find on the "Edit my Campfire account" screen in Campfire (click
# the "Reveal authentication token for API" link).
#
campfire_token: [token]
# Your jabber user id
jabber_id: [user]@localhost
# Name options are: first (only first word of the name), firstni
# (first word and first letter of the next word), and all.
#
# default_names is what it does by default, that is, if there's no
# collission at that level.
#
# similar_names is what it tries if there's a collision. If there's
# still a collision, it falls back to all.
default_names: first
similar_names: firstni
# Paste style is one of plain, border (special lines above and below
# each paste).
#
# Paste URL is one of: true to show a link to the URL to the paste
# by itself, false to not, only to show the URL but no paste body.
#
# Paste length is a number or "all"
paste_style: border
paste_url: true
paste_length: 10
# Just a list of Camfire room names.
#
# The Jabber room names are based on the Campfire room names, except
# that special characters ("&'<>, etc) are removed, and space is
# replaced with -
rooms:
- Support
- Testing
- Zendesk Updates