fix: remove string connection

This commit is contained in:
bijan 2024-05-13 17:40:13 +03:30
parent 77de9c17b8
commit fc72fc567d

View File

@ -49,7 +49,6 @@ export default ({ env }) => {
},
postgres: {
connection: {
connectionString: env('DATABASE_URL'),
host: env('DATABASE_HOST', 'localhost'),
port: env.int('DATABASE_PORT', 5432),
database: env('DATABASE_NAME', 'strapi'),