README
This commit is contained in:
21
README.md
21
README.md
@@ -275,23 +275,6 @@ go run tools/general/generate-handler.go product get post put delete
|
|||||||
go run tools/general/generate-handler.go orders get post put delete dynamic search stats
|
go run tools/general/generate-handler.go orders get post put delete dynamic search stats
|
||||||
```
|
```
|
||||||
|
|
||||||
**🏥 Generate BPJS Handler**
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Single service
|
|
||||||
go run tools/bpjs/generate-bpjs-handler.go tools/bpjs/reference/peserta get
|
|
||||||
|
|
||||||
# Semua service dari config
|
|
||||||
go run tools/bpjs/generate-handler.go tools/bpjs/services-config-bpjs.yaml
|
|
||||||
```
|
|
||||||
|
|
||||||
**🩺 Generate SATUSEHAT Handler**
|
|
||||||
|
|
||||||
```bash
|
|
||||||
go run tools/satusehat/generate-satusehat-handler.go tools/satusehat/services-config-satusehat.yaml patient
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
### Development Commands
|
### Development Commands
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -327,10 +310,6 @@ BLUEPRINT_DB_DATABASE=api_service
|
|||||||
# JWT
|
# JWT
|
||||||
JWT_SECRET=your-super-secret-key-change-in-production
|
JWT_SECRET=your-super-secret-key-change-in-production
|
||||||
|
|
||||||
# External APIs
|
|
||||||
BPJS_BASE_URL=https://api.bpjs-kesehatan.go.id
|
|
||||||
SATUSEHAT_BASE_URL=https://api.satusehat.kemkes.go.id
|
|
||||||
|
|
||||||
# Application
|
# Application
|
||||||
APP_ENV=development
|
APP_ENV=development
|
||||||
APP_PORT=8080
|
APP_PORT=8080
|
||||||
|
|||||||
Reference in New Issue
Block a user