Parcourir la source

Add encryption for gogs SQL user

DricomDragon il y a 5 ans
Parent
commit
85a8a439ad
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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