From: Chocobozzz Date: Thu, 1 Dec 2016 21:27:33 +0000 (+0100) Subject: Add a little message in README about default.yml X-Git-Tag: v0.0.1-alpha~580 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=65710e2ff9f0f90f69db8a474190e999e8bdf520;p=oweals%2Fpeertube.git Add a little message in README about default.yml --- diff --git a/README.md b/README.md index d3adcb94f..6a3803cae 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ If you want to run PeerTube for production (bad idea for now :) ): $ cp config/production.yaml.example config/production.yaml -Then edit the `config/production.yaml` file according to your webserver configuration. +Then edit the `config/production.yaml` file according to your webserver configuration. Keys set in this file will override those of `config/default.yml'. Finally, run the server with the `production` `NODE_ENV` variable set.