summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-02-01 13:05:33 -0600
committerMike Greiling <mike@pixelcog.com>2017-02-01 16:23:26 -0600
commita2d837a3719187a906b60b9212b0dbf02396cb59 (patch)
tree08da24dda249c97816cf299e9105ad57bc2e4552 /config/gitlab.yml.example
parent6fffdf7f2e72128eac53adfd734deb4fad8421fa (diff)
downloadgitlab-ce-a2d837a3719187a906b60b9212b0dbf02396cb59.tar.gz
add rack middleware to proxy webpack dev server
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 42e5f105d46..2906633fcbc 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -505,6 +505,16 @@ production: &base
# Git timeout to read a commit, in seconds
timeout: 10
+ ## Webpack settings
+ # If enabled, this will tell rails to serve frontend assets from the webpack-dev-server running
+ # on a given port instead of serving directly from /assets/webpack. This is only indended for use
+ # in development.
+ webpack:
+ # dev_server:
+ # enabled: true
+ # host: localhost
+ # port: 3808
+
#
# 5. Extra customization
# ==========================