]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/production.md
Add ability for plugins to specify scale filter
[github/Chocobozzz/PeerTube.git] / support / doc / production.md
index 4eb3111f034194ae88879bd10ca17c5674201e9e..43f8eb8a5cc3385194fefd3f03d6fe504794fdab 100644 (file)
@@ -41,14 +41,13 @@ Create the production database and a peertube user inside PostgreSQL:
 $ sudo -u postgres createuser -P peertube
 ```
 
-Here you should enter a password for postgresql user peertube, it should be copied in production.yaml file.
-Don’t just hit enter else it will be empty, default production yaml uses peertube here, but it is better you pick a stronger one.
+Here you should enter a password for PostgreSQL `peertube` user, that should be copied in `production.yaml` file.
+Don't just hit enter else it will be empty.
 
 ```
 $ sudo -u postgres createdb -O peertube -E UTF8 -T template0 peertube_prod
 ```
 
-
 Then enable extensions PeerTube needs:
 
 ```