summaryrefslogtreecommitdiffstats
path: root/meta-iot/recipes-web/the-thing-system/steward/npm-setup-proxies.example
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2014-06-26 13:29:32 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2014-06-26 13:29:32 +0200
commit6b4c82f4657bdb56e6b7a56651d6d4bb91a35b8f (patch)
tree814ad3da280833de03535ca04cf5068da1d31822 /meta-iot/recipes-web/the-thing-system/steward/npm-setup-proxies.example
downloadmeta-eca-6b4c82f4657bdb56e6b7a56651d6d4bb91a35b8f.tar.gz
initial commit for Enea Linux 4.0daisy-enea
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-iot/recipes-web/the-thing-system/steward/npm-setup-proxies.example')
-rw-r--r--meta-iot/recipes-web/the-thing-system/steward/npm-setup-proxies.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-iot/recipes-web/the-thing-system/steward/npm-setup-proxies.example b/meta-iot/recipes-web/the-thing-system/steward/npm-setup-proxies.example
new file mode 100644
index 0000000..e52bf27
--- /dev/null
+++ b/meta-iot/recipes-web/the-thing-system/steward/npm-setup-proxies.example
@@ -0,0 +1,5 @@
1#!/bin/sh
2
3# Setup proxies
4npm config set proxy http://proxy.example.com:8080
5npm config set https-proxy http://proxy.example.com:8080