aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-12-01 22:27:33 +0100
committerChocobozzz <florian.bigard@gmail.com>2016-12-09 17:23:27 +0100
commit65710e2ff9f0f90f69db8a474190e999e8bdf520 (patch)
tree7f7968173dcf3131bf9126bb4a429cd755868177 /README.md
parentfd8e5e3c6b124408b6bc8b12563d3d9a7101a5fa (diff)
downloadPeerTube-65710e2ff9f0f90f69db8a474190e999e8bdf520.tar.gz
PeerTube-65710e2ff9f0f90f69db8a474190e999e8bdf520.tar.zst
PeerTube-65710e2ff9f0f90f69db8a474190e999e8bdf520.zip
Add a little message in README about default.yml
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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 :) ):
148 148
149 $ cp config/production.yaml.example config/production.yaml 149 $ cp config/production.yaml.example config/production.yaml
150 150
151Then edit the `config/production.yaml` file according to your webserver configuration. 151Then 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
153Finally, run the server with the `production` `NODE_ENV` variable set. 153Finally, run the server with the `production` `NODE_ENV` variable set.
154 154