diff options
Diffstat (limited to 'README.md')
-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 | ||