mirror of
https://github.com/thousmile/molly-multi-tenant.git
synced 2026-05-14 12:17:49 +00:00
13 lines
254 B
JSON
13 lines
254 B
JSON
{
|
|
"dev": {
|
|
"baseUrl": "http://localhost:18891",
|
|
"tenantId": "master",
|
|
"esUrl": "http://192.168.0.188:19200"
|
|
},
|
|
"prod": {
|
|
"baseUrl": "https://api.mhtled.com",
|
|
"tenantId": "master",
|
|
"esUrl": "http://192.168.0.188:19200"
|
|
}
|
|
}
|