mirror of
https://github.com/strapi/strapi.git
synced 2025-09-16 03:48:22 +00:00
Merge pull request #16129 from arthurjdam/patch-1
This commit is contained in:
commit
6e2d0db457
@ -30,7 +30,7 @@ export default ({ env }) => {
|
||||
connection: {
|
||||
connectionString: env('DATABASE_URL'),
|
||||
host: env('DATABASE_HOST', 'localhost'),
|
||||
port: env.int('DATABASE_PORT', 3306),
|
||||
port: env.int('DATABASE_PORT', 5432),
|
||||
database: env('DATABASE_NAME', 'strapi'),
|
||||
user: env('DATABASE_USERNAME', 'strapi'),
|
||||
password: env('DATABASE_PASSWORD', 'strapi'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user