Browse Source

Add encryption for gogs SQL user

DricomDragon 5 năm trước cách đây
mục cha
commit
85a8a439ad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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