Quellcode durchsuchen

Add encryption for gogs SQL user

DricomDragon vor 5 Jahren
Ursprung
Commit
85a8a439ad
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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