status-mobile/syng-im/src/syng_im/constants.cljs

9 lines
208 B
Plaintext
Raw Normal View History

2016-03-23 21:05:42 +02:00
(ns syng-im.constants)
(def ethereum-rpc-url "http://localhost:8545")
2016-03-28 15:14:57 +03:00
;; (def server-address "http://rpc0.syng.im:20000/")
(def server-address "http://10.0.3.2:3000/")
(def text-content-type "text/plain")