multi-process/README.md: postgres -> postgresql

Bruno Bigras 9 gadi atpakaļ
vecāks
revīzija
5dad952b28
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docker/multi-process/README.md

+ 1 - 1
docker/multi-process/README.md

@@ -27,7 +27,7 @@ There is an exported docker volume of /var/lib/mysql to allow persistence of tha
27 27
 
28 28
 Additionally, the database variables may be overridden from the above as per the standard Huginn documentation:
29 29
 
30
-    DATABASE_ADAPTER #(must be either 'postgres' or 'mysql2')
30
+    DATABASE_ADAPTER #(must be either 'postgresql' or 'mysql2')
31 31
     DATABASE_HOST
32 32
     DATABASE_PORT
33 33