mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-10 17:46:05 +00:00
9b972625e0
* removed old swing JEditorPane based html to png rendering due to it's lack of support for modern css * new implementation uses wkhtmltoimage (on prod server via wrapper script using xvfb) * no longer generating image on every GET request for QR, but rather generating image when a bounty is cretaed or contract balance changes * images stored to DB * comment image design updated according to UI spec
8 lines
173 B
Clojure
8 lines
173 B
Clojure
{
|
|
:production true
|
|
:port 3000
|
|
:nrepl-port 7000
|
|
:server-address "https://commiteth.com"
|
|
:html2png-command "/home/commiteth/html2png.sh"
|
|
}
|