Torgeir L
Results
21
comments of
Torgeir L
> Good to know that you are actually using PostgreSQL. We are; `settings.properties` contains the following DB settings: ``` # POSTGRESQL database.url=jdbc:postgresql://psql-server.domain.com:5432/db-name database.username=db_user database.password=my_secret_password ``` We have been running PostgreSQL...