forked from memberapp/memberapp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 6
/
configlocal.js
35 lines (33 loc) · 929 Bytes
/
configlocal.js
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
var mutedwords = new Array();
var defaulttip = 1000;
var oneclicktip = 0;
var maxfee = 2;
var pathpermalinks = 'https://member.cash/';
var profilepicbase = 'img/profilepics/';
mapTileProvider = 'https://tile.openstreetmap.org/{z}/{x}/{y}.png';
var siteTitle = 'Ember';
var theStyle = 'feels compact';
//These should probably all go in a single config object
var settings = {
"showyoutube": "true",
"showimgur": "true",
"showtwitter": "true",
"showlbry": "true",
"showbitclout": "true",
"shownonameposts": "false",
"shownopicposts": "true"
};
var dropdowns = {
"contentserver": "http://localhost:3123/v2/member.js",
"txbroadcastserver": "http://localhost:3123/v2/",
"utxoserver": "http://localhost:3123/v2/",
"currencydisplay": "USD",
"languageselector": "en"
};
var numbers = {
"defaulttip": 1000,
"oneclicktip": 0,
"maxfee": 2,
"results": 25,
"usdrate": 0
}