Back to mysql

This commit is contained in:
Bob Mottram 2017-06-28 16:25:14 +01:00
parent 04e18d65c7
commit cab5ffcefd
1 changed files with 2 additions and 2 deletions

View File

@ -350,12 +350,12 @@ function ghost_create_config {
echo ' }' >> $ghost_config
echo ' },' >> $ghost_config
echo ' database: {' >> $ghost_config
echo " client: 'mariadb'," >> $ghost_config
echo " client: 'mysql'," >> $ghost_config
echo ' connection: {' >> $ghost_config
echo " host : '127.0.0.1'," >> $ghost_config
echo " user : 'root'," >> $ghost_config
echo " password : '${MARIADB_PASSWORD}'," >> $ghost_config
echo " db : 'ghost'," >> $ghost_config
echo " database : 'ghost'," >> $ghost_config
echo " charset : 'utf8'" >> $ghost_config
echo ' }' >> $ghost_config
echo ' },' >> $ghost_config