initial
This commit is contained in:
29
config/default.json
Normal file
29
config/default.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"app": {
|
||||
"name": "Service Master Data",
|
||||
"description": "Purpose of this service is to provide master data product, master data suco and etc",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"server": {
|
||||
"port": "4001",
|
||||
"host": "0.0.0.0",
|
||||
"host_swagger": "127.0.0.1",
|
||||
"max_body": "50mb",
|
||||
"max_upload": 104857600,
|
||||
"morgan": "combined",
|
||||
"cors": "*",
|
||||
"ssl": {
|
||||
"enable": false,
|
||||
"cert": "",
|
||||
"key": ""
|
||||
}
|
||||
},
|
||||
"database": {
|
||||
"engine": "postgres",
|
||||
"host": "127.0.0.1",
|
||||
"port": "5432",
|
||||
"username": "postgres",
|
||||
"password": "123",
|
||||
"database": "bri_erp"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user