diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-12-01 22:27:33 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-12-09 17:23:27 +0100 |
commit | 65710e2ff9f0f90f69db8a474190e999e8bdf520 (patch) | |
tree | 7f7968173dcf3131bf9126bb4a429cd755868177 | |
parent | fd8e5e3c6b124408b6bc8b12563d3d9a7101a5fa (diff) | |
download | PeerTube-65710e2ff9f0f90f69db8a474190e999e8bdf520.tar.gz PeerTube-65710e2ff9f0f90f69db8a474190e999e8bdf520.tar.zst PeerTube-65710e2ff9f0f90f69db8a474190e999e8bdf520.zip |
Add a little message in README about default.yml
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ If you want to run PeerTube for production (bad idea for now :) ): | |||
148 | 148 | ||
149 | $ cp config/production.yaml.example config/production.yaml | 149 | $ cp config/production.yaml.example config/production.yaml |
150 | 150 | ||
151 | Then edit the `config/production.yaml` file according to your webserver configuration. | 151 | Then edit the `config/production.yaml` file according to your webserver configuration. Keys set in this file will override those of `config/default.yml'. |
152 | 152 | ||
153 | Finally, run the server with the `production` `NODE_ENV` variable set. | 153 | Finally, run the server with the `production` `NODE_ENV` variable set. |
154 | 154 | ||