mirror of
https://github.com/thousmile/molly-multi-tenant.git
synced 2025-12-30 12:42:26 +00:00
14 lines
280 B
JSON
14 lines
280 B
JSON
{
|
|
"dev": {
|
|
"baseUrl": "http://localhost:18891",
|
|
"tenantId": "master",
|
|
"projectId": "10001",
|
|
"esUrl": "http://192.168.0.188:19200"
|
|
},
|
|
"prod": {
|
|
"baseUrl": "https://api.mhtled.com",
|
|
"tenantId": "master",
|
|
"esUrl": "http://192.168.0.188:19200"
|
|
}
|
|
}
|