From 2c5eab14ba0971497dd4dd3ce9ce855cfb39707b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 4 Mar 2021 12:24:23 +0100 Subject: Doc reword --- support/doc/production.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'support') diff --git a/support/doc/production.md b/support/doc/production.md index 4eb3111f0..43f8eb8a5 100644 --- a/support/doc/production.md +++ b/support/doc/production.md @@ -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: ``` -- cgit v1.2.3