fix: remove string connection
This commit is contained in:
parent
77de9c17b8
commit
fc72fc567d
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user