18 lines
450 B
Bash
18 lines
450 B
Bash
# 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
|
|
|
|
BASEURL_BPJS=https://apijkn.bpjs-kesehatan.go.id/
|
|
ANTREAN_RS=antreanrs
|
|
CONS_ID=5257
|
|
USER_KEY=4cf1cbef8c008440bbe9ef9ba789e482
|
|
SECRET_KEY=1bV363512D |