mirror of
https://github.com/status-im/status-react.git
synced 2025-01-30 12:46:49 +00:00
b746bcef4f
Former-commit-id: 3a93e0890bfea4b167b934c26f2c5096ea73421a
20 lines
535 B
Clojure
20 lines
535 B
Clojure
(ns status-im.constants)
|
|
|
|
(def ethereum-rpc-url "http://localhost:8545")
|
|
|
|
(def server-address "http://api.status.im/")
|
|
;; (def server-address "http://10.0.3.2:3000/")
|
|
;; (def server-address "http://localhost:3000/")
|
|
|
|
(def text-content-type "text/plain")
|
|
(def content-type-command "command")
|
|
(def content-type-command-request "command-request")
|
|
(def content-type-status "status")
|
|
|
|
(def max-chat-name-length 20)
|
|
|
|
(def response-input-hiding-duration 100)
|
|
(def response-suggesstion-resize-duration 100)
|
|
|
|
(def default-number-of-messages 5)
|