mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
@@ -28,7 +28,7 @@ export default function createDBConnection(
|
||||
|
||||
connection = {
|
||||
host: host,
|
||||
port: port,
|
||||
port: Number(port),
|
||||
database: database,
|
||||
user: user,
|
||||
password: password,
|
||||
@@ -38,7 +38,7 @@ export default function createDBConnection(
|
||||
|
||||
connection = {
|
||||
host: host,
|
||||
port: port,
|
||||
port: Number(port),
|
||||
database: database,
|
||||
user: user,
|
||||
password: password,
|
||||
|
||||
Reference in New Issue
Block a user