aboutsummaryrefslogtreecommitdiff
path: root/apks/reddit-nextcloud-importer/reddit-nextcloud-importer.confd
blob: c79d1bf504bb8352ad1415c46e7f971e41e08b54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
client_id=""
client_secret=""
reddit_username=""
reddit_password=""
nextcloud_host=""
nextcloud_username=""
nextcloud_password=""
tmp_dir="/tmp/$RC_SVCNAME/"

# for my local set I use www-data for most of my service. Change it to fit yours
cmd_user="www-data:www-data"

# File to redirect stdout/stderr into. Set to empty string to disable.
#logfile="/var/log/$RC_SVCNAME.log"