dev: hotfix, config example adjustments
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
appCfg:
|
||||
fullName: SIMRS-X Main API
|
||||
codeName: simrs-x-mapi
|
||||
version: 0.1.0
|
||||
env: development
|
||||
lang: en
|
||||
|
||||
httpCfg:
|
||||
host: 127.0.0.1
|
||||
port: 8000
|
||||
|
||||
loggerCfg:
|
||||
hideTime: true
|
||||
hideLevel: true
|
||||
|
||||
langCfg:
|
||||
active: en
|
||||
path: ../../assets/language/id
|
||||
fileName: data.json
|
||||
|
||||
dbCfg:
|
||||
dsn: host=localhost user=user password=password dbname=simrs-main port=5432 sslmode=disable TimeZone=Asia/Jakarta
|
||||
maxOpenConns: 5
|
||||
maxIdleConns: 5
|
||||
maxIdleTime: 100
|
||||
|
||||
msCfg:
|
||||
dsn: 127.0.0.1:6379
|
||||
|
||||
minioCfg:
|
||||
endpoint: localhost:9000
|
||||
region: ap-southeast-1
|
||||
accessKey: admin
|
||||
secretKey: 12341234
|
||||
useSsl: false
|
||||
bucketName:
|
||||
- patient
|
||||
- encounter
|
||||
|
||||
corsCfg:
|
||||
allowedOrigin:
|
||||
allowedMethod:
|
||||
|
||||
satuSehatCfg:
|
||||
host: localhost:8200
|
||||
|
||||
bpjsCfg:
|
||||
baseUrl:
|
||||
|
||||
syncUrlCfg:
|
||||
enable: false
|
||||
targetHost:
|
||||
prefix: new-to-old
|
||||
source: old-app
|
||||
secretKey: new-world-order!!
|
||||
|
||||
docsCfg:
|
||||
path: ../../assets/docs/
|
||||
domain: redacted
|
||||
@@ -0,0 +1,59 @@
|
||||
appCfg:
|
||||
fullName: SIMRS-X Main API
|
||||
codeName: simrs-x-main-api
|
||||
version: 0.1.0
|
||||
env: development
|
||||
lang: en
|
||||
|
||||
httpCfg:
|
||||
host: 0.0.0.0
|
||||
port: 8000
|
||||
|
||||
loggerCfg:
|
||||
hideTime: true
|
||||
hideLevel: true
|
||||
|
||||
langCfg:
|
||||
active: en
|
||||
path: assets/language/id
|
||||
fileName: data.json
|
||||
|
||||
dbCfg:
|
||||
dsn: host=simrs-x-main-db user=rssa password=Wh4t-A-Beautiful-D@y dbname=default port=5432 sslmode=disable TimeZone=Asia/Jakarta
|
||||
maxOpenConns: 5
|
||||
maxIdleConns: 5
|
||||
maxIdleTime: 100
|
||||
|
||||
msCfg:
|
||||
dsn: simrs-x-redis:6379
|
||||
|
||||
minioCfg:
|
||||
endpoint: simrs-x-minio:9000
|
||||
region: ap-southeast-1
|
||||
accessKey: admin
|
||||
secretKey: 12341234
|
||||
useSsl: false
|
||||
bucketName:
|
||||
- patient
|
||||
- encounter
|
||||
|
||||
corsCfg:
|
||||
allowedOrigin:
|
||||
allowedMethod:
|
||||
|
||||
satuSehatCfg:
|
||||
host: simrs-x-satusehat-api:8001
|
||||
|
||||
bpjsCfg:
|
||||
baseUrl: simrs-x-bpjs-api:8002
|
||||
|
||||
syncConsumerUrlCfg:
|
||||
enable: false
|
||||
targetHost: http://simrs-x-sync-api:8009/
|
||||
prefix: new-to-old
|
||||
source: old-app
|
||||
secretKey: new-world-order!!
|
||||
|
||||
docsCfg:
|
||||
path: assets/docs/
|
||||
domain: simrs-x-main-api
|
||||
@@ -1,77 +0,0 @@
|
||||
appCfg:
|
||||
fullName: BPJS Bridge
|
||||
codeName: simrs-vx
|
||||
version: 0.1.0
|
||||
env: development
|
||||
lang: en
|
||||
|
||||
httpCfg:
|
||||
host:
|
||||
port:
|
||||
|
||||
dbCfg:
|
||||
dsn:
|
||||
maxOpenConns: 5
|
||||
maxIdleConns: 5
|
||||
maxIdleTime: 100
|
||||
|
||||
multiDbCfg:
|
||||
- dbs :
|
||||
name:
|
||||
dsn:
|
||||
maxOpenConns:
|
||||
maxIdleConns:
|
||||
maxIdleTime:
|
||||
- bpjs
|
||||
name: bpjs
|
||||
dsn:
|
||||
maxOpenConns:
|
||||
maxIdleConns:
|
||||
maxIdleTime:
|
||||
|
||||
loggerCfg:
|
||||
hideTime:
|
||||
hideLevel:
|
||||
|
||||
msCfg:
|
||||
dsn:
|
||||
|
||||
langCfg:
|
||||
active:
|
||||
path:
|
||||
fileName:
|
||||
|
||||
minioCfg:
|
||||
endpoint:
|
||||
region:
|
||||
accessKey:
|
||||
secretKey:
|
||||
useSsl:
|
||||
bucketName:
|
||||
- patient
|
||||
|
||||
corsCfg:
|
||||
allowedOrigin:
|
||||
allowedMethod:
|
||||
|
||||
satuSehatCfg:
|
||||
host: localhost:8200
|
||||
|
||||
corsCfg:
|
||||
allowedOrigins:
|
||||
- http://example.com
|
||||
allowedMethod:
|
||||
|
||||
bpjsCfg:
|
||||
baseUrl:
|
||||
|
||||
syncUrlCfg:
|
||||
enable: false
|
||||
targetHost:
|
||||
prefix: new-to-old
|
||||
source: old-app
|
||||
secretKey: new-world-order!!
|
||||
|
||||
docsCfg:
|
||||
path: ../../assets/docs/
|
||||
domain: redacted
|
||||
Reference in New Issue
Block a user