- nexusautoparts.com.mx -> Dashboard/Landing (port 5000) - pos.nexusautoparts.com.mx -> POS (port 5001) with static assets proxy - admin.nexusautoparts.com.mx -> Dashboard (port 5000) - Update mobile app configs to point to pos.nexusautoparts.com.mx - Update Caddy docs with new subdomain layout
18 lines
355 B
JSON
18 lines
355 B
JSON
{
|
|
"appId": "com.nexusautoparts.pos",
|
|
"appName": "Nexus POS",
|
|
"webDir": "www",
|
|
"server": {
|
|
"url": "https://pos.nexusautoparts.com.mx/pos",
|
|
"cleartext": true
|
|
},
|
|
"plugins": {
|
|
"SplashScreen": {
|
|
"launchShowDuration": 2000,
|
|
"backgroundColor": "#0d0d0d",
|
|
"showSpinner": true,
|
|
"spinnerColor": "#F5A623"
|
|
}
|
|
}
|
|
}
|