add subspesialis query

This commit is contained in:
2024-09-18 07:42:46 +07:00
parent 73ff9c10bc
commit 1083a60f6f
17 changed files with 662 additions and 219 deletions

13
.env
View File

@@ -1 +1,12 @@
POSTGRES_DSN="postgres://sa:password@localhost:5432/postgres?sslmode=disable"
# POSTGRES_DSN="postgres://sa:password@localhost:5432/postgres?sslmode=disable"
DB_HOST=localhost
DB_USERNAME=sa
DB_PASSWORD=password
DB_NAME=postgres
DB_PORT=5432
SATUDATA_HOST=10.10.123.165
SATUDATA_USERNAME=stim
SATUDATA_PASSWORD=stim*RS54
SATUDATA_NAME=satu_db
SATUDATA_PORT=5000