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