Ver código fonte

Back to mysql

Bob Mottram 7 anos atrás
pai
commit
cab5ffcefd
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      src/freedombone-app-ghost

+ 2
- 2
src/freedombone-app-ghost Ver arquivo

@@ -350,12 +350,12 @@ function ghost_create_config {
350 350
     echo '            }' >> $ghost_config
351 351
     echo '        },' >> $ghost_config
352 352
     echo '        database: {' >> $ghost_config
353
-    echo "            client: 'mariadb'," >> $ghost_config
353
+    echo "            client: 'mysql'," >> $ghost_config
354 354
     echo '            connection: {' >> $ghost_config
355 355
     echo "                host     : '127.0.0.1'," >> $ghost_config
356 356
     echo "                user     : 'root'," >> $ghost_config
357 357
     echo "                password : '${MARIADB_PASSWORD}'," >> $ghost_config
358
-    echo "                db       : 'ghost'," >> $ghost_config
358
+    echo "                database : 'ghost'," >> $ghost_config
359 359
     echo "                charset  : 'utf8'" >> $ghost_config
360 360
     echo '            }' >> $ghost_config
361 361
     echo '        },' >> $ghost_config