re-natal/resources/require_img_dev.clj
Artur Girenko 577f7c6954 add support for configuring server host to support Android simulators
- Genymotion simulator should use 10.0.3.2 instead of localhost
- Stock android emulator should use 10.0.2.2 instead of localhost
2015-12-06 20:22:53 +01:00

7 lines
149 B
Clojure

(ns env.require-img)
(defmacro require-img
"Load image from local packager service"
[src]
{:uri (str "http://$DEV_HOST$:8081/" src)})