mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 19:04:38 +00:00
Should be port 5432 (#6662)
This commit is contained in:
parent
a2e3b4a5e5
commit
cd955786bd
@ -176,7 +176,7 @@ module.exports = ({ env }) => ({
|
||||
settings: {
|
||||
client: 'postgres',
|
||||
host: env('DATABASE_HOST', '127.0.0.1'),
|
||||
port: env.int('DATABASE_PORT', 27017),
|
||||
port: env.int('DATABASE_PORT', 5432),
|
||||
database: env('DATABASE_NAME', 'strapi'),
|
||||
username: env('DATABASE_USERNAME', ''),
|
||||
password: env('DATABASE_PASSWORD', ''),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user