REM set Windows env setx datasource_svc_class org.postgresql.Driver /M setx datasource_svc_connectionString jdbc:postgresql://localhost:5432/svc /M setx datasource_svc_username postgres /M setx datasource_svc_password encrypted:8ea2101f286dfcf2947cb2162e927cb769b3f845b6d4c57ef2ae89463d72d97842a2228c7ba562a24ee8eaf728350ab6 /M setx datasource_svc_connectionLimit 5 /M pause