capacitor.config.json 611 B

12345678910111213141516171819202122232425
  1. {
  2. "appId": "com.bigauction.mobile",
  3. "appName": "FirstCash",
  4. "webDir": "dist",
  5. "bundledWebRuntime": false,
  6. "server": {
  7. "url": "http://192.168.6.215:5173/",
  8. "clearText": true
  9. },
  10. "android": {
  11. "buildOptions": {
  12. "keystorePath": "../zouma.jks",
  13. "keystorePassword": "zouma123",
  14. "keystoreAlias": "zouma",
  15. "keystoreAliasPassword": "zouma123",
  16. "releaseType": "APK"
  17. },
  18. "releaseType": "APK"
  19. },
  20. "plugins": {
  21. "SplashScreen": {
  22. "launchAutoHide": false
  23. }
  24. }
  25. }