Explorar el Código

Remove dots from the wiki_app password

May raise an issue due to uncommon characters.
DricomDragon hace 5 años
padre
commit
5d5a71414b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Guides/wiki.md

+ 1 - 1
Guides/wiki.md

@@ -27,7 +27,7 @@ Do not use wiki in url filepath.
 ```
 sudo -u postgres psql
 
-CREATE USER wiki_app WITH NOCREATEDB NOCREATEROLE NOSUPERUSER ENCRYPTED PASSWORD '52w7maa..';
+CREATE USER wiki_app WITH NOCREATEDB NOCREATEROLE NOSUPERUSER ENCRYPTED PASSWORD '52w7maa';
 
 CREATE DATABASE wiki_db WITH OWNER wiki_app;
 ```