2016-05-19 16:31:56 +00:00
|
|
|
(ns status-im.constants)
|
2016-03-23 19:05:42 +00:00
|
|
|
|
|
|
|
(def ethereum-rpc-url "http://localhost:8545")
|
|
|
|
|
2016-06-23 12:52:54 +00:00
|
|
|
(def server-address "http://api.status.im/")
|
2016-04-08 09:17:10 +00:00
|
|
|
;; (def server-address "http://10.0.3.2:3000/")
|
2016-05-19 08:51:13 +00:00
|
|
|
;; (def server-address "http://localhost: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")
|
2016-04-22 10:51:14 +00:00
|
|
|
(def content-type-status "status")
|
2016-05-25 09:44:00 +00:00
|
|
|
|
|
|
|
(def max-chat-name-length 20)
|
2016-05-30 13:50:23 +00:00
|
|
|
|
2016-06-19 22:20:48 +00:00
|
|
|
(def response-input-hiding-duration 100)
|
2016-05-30 13:50:23 +00:00
|
|
|
(def response-suggesstion-resize-duration 100)
|
2016-06-27 12:57:40 +00:00
|
|
|
|
|
|
|
(def default-number-of-messages 10)
|