mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 07:33:17 +00:00
Fix db config for pg and mysql in getstarted
This commit is contained in:
parent
9ad5740952
commit
7f5ca6b479
@ -10,7 +10,7 @@ const postgres = {
|
||||
client: 'postgres',
|
||||
connection: {
|
||||
database: 'strapi',
|
||||
username: 'strapi',
|
||||
user: 'strapi',
|
||||
password: 'strapi',
|
||||
port: 5432,
|
||||
host: 'localhost',
|
||||
@ -22,7 +22,7 @@ const mysql = {
|
||||
client: 'mysql',
|
||||
connection: {
|
||||
database: 'strapi',
|
||||
username: 'strapi',
|
||||
user: 'strapi',
|
||||
password: 'strapi',
|
||||
port: 3306,
|
||||
host: 'localhost',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user