Переглянути джерело

Add encryption for gogs SQL user

DricomDragon 5 роки тому
батько
коміт
85a8a439ad
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Guides/gogs.md

+ 1 - 1
Guides/gogs.md

@@ -15,7 +15,7 @@ Use command `./gogs help` to list gogs commands.
 
 `$ sudo -u postgres psql`
 
-`postgres=# CREATE ROLE gogs_app WITH CREATEDB LOGIN PASSWORD 'VerySecretPassword';`
+`postgres=# CREATE ROLE gogs_app WITH CREATEDB LOGIN ENCRYPTED PASSWORD 'VerySecretPassword';`
 
 ### Create gogs database