Add a little message in README about default.yml
authorChocobozzz <florian.bigard@gmail.com>
Thu, 1 Dec 2016 21:27:33 +0000 (22:27 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Fri, 9 Dec 2016 16:23:27 +0000 (17:23 +0100)
README.md

index d3adcb94fd20a764526a11675c0567a5add8828b..6a3803cae731f69f80c9f9651db3bea3e34e871c 100644 (file)
--- 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.