Ver código fonte

Back to mysql

Bob Mottram 8 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
     echo '            }' >> $ghost_config
350
     echo '            }' >> $ghost_config
351
     echo '        },' >> $ghost_config
351
     echo '        },' >> $ghost_config
352
     echo '        database: {' >> $ghost_config
352
     echo '        database: {' >> $ghost_config
353
-    echo "            client: 'mariadb'," >> $ghost_config
353
+    echo "            client: 'mysql'," >> $ghost_config
354
     echo '            connection: {' >> $ghost_config
354
     echo '            connection: {' >> $ghost_config
355
     echo "                host     : '127.0.0.1'," >> $ghost_config
355
     echo "                host     : '127.0.0.1'," >> $ghost_config
356
     echo "                user     : 'root'," >> $ghost_config
356
     echo "                user     : 'root'," >> $ghost_config
357
     echo "                password : '${MARIADB_PASSWORD}'," >> $ghost_config
357
     echo "                password : '${MARIADB_PASSWORD}'," >> $ghost_config
358
-    echo "                db       : 'ghost'," >> $ghost_config
358
+    echo "                database : 'ghost'," >> $ghost_config
359
     echo "                charset  : 'utf8'" >> $ghost_config
359
     echo "                charset  : 'utf8'" >> $ghost_config
360
     echo '            }' >> $ghost_config
360
     echo '            }' >> $ghost_config
361
     echo '        },' >> $ghost_config
361
     echo '        },' >> $ghost_config