2016-03-23 19:05:42 +00:00
|
|
|
(ns syng-im.constants)
|
|
|
|
|
|
|
|
(def ethereum-rpc-url "http://localhost:8545")
|
|
|
|
|
2016-04-06 15:24:11 +00:00
|
|
|
;; (def server-address "http://rpc0.syng.im:20000/")
|
|
|
|
(def server-address "http://10.0.3.2:3000/")
|
2016-03-28 12:14:57 +00:00
|
|
|
|
|
|
|
(def text-content-type "text/plain")
|
2016-04-04 15:19:52 +00:00
|
|
|
(def content-type-command "command")
|
2016-04-06 13:40:31 +00:00
|
|
|
(def content-type-command-request "command-request")
|