1
0

historicization of JHI_USER table

This commit is contained in:
Michael Hoennig
2019-05-25 16:10:50 +02:00
parent cbb5532394
commit 354cfbbebc
3 changed files with 105 additions and 4 deletions

View File

@ -56,7 +56,7 @@ Then start the application with the pgsql profile:
gw bootRun -Ppgsql
gw bootRun -Ppgsql -Psample-data # populated with sample data
To use a **remote Postgres database** on a hostsharing server,
To use a **remote Postgres database** on a Hostsharing server,
autossh -M 0 -o "ServerAliveInterval 60" -o "ServerAliveCountMax 3" \
-f -N -L 55432:127.0.0.1:5432 "xyz00@xyz.hostsharing.net"