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
|
||||
Reference in New Issue
Block a user