Hello there
please tell if there is a way to protect the DB user's password in the server.properties file. The password there is a plaint text.
sql.defaultDatabase: postgresql
# --------------------------
sql.postgresql.database.type: postgresql
sql.postgresql.interface.type: driverManager
sql.postgresql.driver: org.postgresql.Driver
sql.postgresql.driver.url:jdbc:postgresql://10.250.217.120:9999/inplat?user=inplat&password=inplat
regards,
Evgeny
please tell if there is a way to protect the DB user's password in the server.properties file. The password there is a plaint text.
sql.defaultDatabase: postgresql
# --------------------------
sql.postgresql.database.type: postgresql
sql.postgresql.interface.type: driverManager
sql.postgresql.driver: org.postgresql.Driver
sql.postgresql.driver.url:jdbc:postgresql://10.250.217.120:9999/inplat?user=inplat&password=inplat
regards,
Evgeny
Comment