2016-05-19 18:31:56 +02:00
|
|
|
(ns status-im.constants)
|
2016-03-23 21:05:42 +02:00
|
|
|
|
|
|
|
(def ethereum-rpc-url "http://localhost:8545")
|
|
|
|
|
2016-05-19 18:31:56 +02:00
|
|
|
(def server-address "http://rpc0.status.im:20000/")
|
2016-04-08 12:17:10 +03:00
|
|
|
;; (def server-address "http://10.0.3.2:3000/")
|
2016-05-19 11:51:13 +03:00
|
|
|
;; (def server-address "http://localhost:3000/")
|
2016-03-28 15:14:57 +03:00
|
|
|
|
|
|
|
(def text-content-type "text/plain")
|
2016-04-04 18:19:52 +03:00
|
|
|
(def content-type-command "command")
|
2016-04-06 16:40:31 +03:00
|
|
|
(def content-type-command-request "command-request")
|
2016-04-22 13:51:14 +03:00
|
|
|
(def content-type-status "status")
|