Update knexfile.ts
This commit is contained in:

committed by
Faruk AYDIN

parent
47212c37c2
commit
c4d4b2a2a8
@@ -7,8 +7,8 @@ const knexConfig = {
|
|||||||
connection: {
|
connection: {
|
||||||
host: appConfig.postgresHost,
|
host: appConfig.postgresHost,
|
||||||
port: appConfig.postgresPort,
|
port: appConfig.postgresPort,
|
||||||
user: 'postgres' || appConfig.postgresUsername,
|
user: appConfig.postgresUsername,
|
||||||
password: '@Sql2023' || appConfig.postgresPassword,
|
password: appConfig.postgresPassword,
|
||||||
database: appConfig.postgresDatabase,
|
database: appConfig.postgresDatabase,
|
||||||
ssl: appConfig.postgresEnableSsl,
|
ssl: appConfig.postgresEnableSsl,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user