-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.ini
More file actions
159 lines (122 loc) · 2.35 KB
/
config.example.ini
File metadata and controls
159 lines (122 loc) · 2.35 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
[database]
database = [DB_NAME]
username = lifestream
password =
hostname = localhost
[dayze]
base = "https://www.domain.com"
[CodeFetcher9000]
certfile = /etc/letsencrypt/live/domain.com/fullchain.pem
keyfile = /etc/letsencrypt/live/domain.com/privkey.pem
domain = domain.com
port = 2871
[log]
[global]
secrets_dir = /home/[you]/code/lifestream/keys/
log_location = /home/[you]/code/lifestream/logs
; Uncomment and fill out these if you have memcache installed and want to use it
; (Hint, if you have memcache installed, you want to use it)
[memcache]
port = 11211
host = localhost
prefix = lifestream_
; twitter oauth values. Register your lifestream as an app at http://www.twitter.com/oauth
[twitter]
consumer_key =
consumer_secret =
accounts=account1,account2,account3
[lastfm]
username = [username]
[github]
username = [username]
auth_token =
[tumblr]
consumer_key =
secret_key =
secrets_file =
blogs = tumblr1,tumblr2
[foursquare]
secrets_file =
client_id =
secret =
username = [username]
[oyster]
; Password is plaintext. World is horrid.
username =
password =
[googleapi]
consumer_key =
consumer_secret =
domain =
apikey =
secrets_file =
[openpaths]
key =
secret =
[flickr]
api_key =
api_secret =
account =
account_name = [username]
[planetside]
;characters = [username],jascain
characters = character1,character2
service_key =
[fitbit]
consumer_key =
secret_key =
secrets_file =
[steam]
username = [username]
[wordpress:blogidentifyer]
url = https://www.domain.com/xmlrpc.php
username = [username]
password =
[wordpress:blog2identifier]
url = https://www.domain.net/xmlrpc.php
username = [username]
password =
[facebook]
appid=
secret=
[guildwars2]
apikey=
[battlenet]
key=
secret=
region=
[blizzard]
key=
secret=
region=eu
[bungie]
key=
client_id=
client_secret=
[instagram]
username=
password=
[switchbot]
token=
[xivapi]
apikey=
characters=29450160
icon_base=
achievement_db=FILEPATH/datafiles/ffxiv_achievements.db
; Add different Mastodon instances by constructing additional colons
[mastodon:mastodon.org]
base_url=https://api.mastodon.org
client_key=
client_secret=
access_token=
[mastodon:mendeddrum.org]
base_url=https://mendeddrum.org
client_key=
client_secret=
access_token=
[redis]
host=127.0.0.1
port=6379
; Uncomment and fill out these if you have auth set up
; username=redisuser
; password=redispassword