-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #588 from FreeTrade/master
v5.0.8
- Loading branch information
Showing
3 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
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" | ||
}; | ||
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters