Skip to content

Commit 65ad231

Browse files
committed
strapi config
1 parent d17fd69 commit 65ad231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/config/database.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ module.exports = ({ env }) => ({
66
settings: {
77
client: 'postgres',
88
host: env('DATABASE_HOST', '127.0.0.1'),
9-
port: env.int('DATABASE_PORT', 5433),
10-
database: env('DATABASE_NAME', 'strapi_dev'),
9+
port: env.int('DATABASE_PORT', 5432),
10+
database: env('DATABASE_NAME', 'strapi'),
1111
username: env('DATABASE_USERNAME', 'strapi'),
1212
password: env('DATABASE_PASSWORD', 'magical_password'),
1313
ssl: env.bool('DATABASE_SSL', false),

0 commit comments

Comments
 (0)