-
Notifications
You must be signed in to change notification settings - Fork 1
/
hacktuite.conf
40 lines (36 loc) · 1.2 KB
/
hacktuite.conf
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
##############################################
# Your NICK HERE, Used on hacktuite page
##############################################
NICK='YOUR NICK HERE'
##############################################
# By default, the post is written
# with a simple limited input, if enabled
# this option your post will be
# written with your favorite text editor.
# 0 for OFF
# 1 for ON
##############################################
ENABLE_EDITOR='0'
##############################################
# By default nano is enabled to be the default
# editor.
# This if the key (ENABLE_EDITOR) is enabled.
# Change to your preferred editor.
##############################################
MY_EDITOR='nano'
##############################################
# If you need to send to the server with rsync
# put 1 to.
# If you only need locally archives 0 for off.
# Local files are ideal if you are already
# connecting directly to the server.
# 0 for OFF
# 1 for ON
##############################################
SEND_TO_SERVER='1'
##############################################
# Adjust your server HERE. Example:
# Hacktuite use by default rsync.
##############################################
SERVER='[email protected]'