initial draft

This commit is contained in:
msyu
2025-06-02 16:16:51 +03:00
commit 529334d03b
272 changed files with 22684 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
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