Fixed ca cert issue on api

This commit is contained in:
2025-04-12 08:57:27 -04:00
parent 74fa7da751
commit 165b5e6e1e
16 changed files with 211 additions and 622 deletions

View File

@@ -5,5 +5,19 @@
"ignore": [
"node_modules",
".git"
]
],
"size": 0.0026407241821289062,
"filesCount": 14,
"clientCertificates": {
"enabled": true,
"certs": [
{
"domain": "localhost",
"type": "cert",
"certFilePath": "../ssl/localhost.crt",
"keyFilePath": "../ssl/localhost.key",
"passphrase": ""
}
]
}
}

View File

@@ -1,6 +1,3 @@
vars {
BASE_URL: http://localhost:8080
~BASE_URL: http://localhost:5000
~BASE_URL: http://127.0.0.1:5000
~BASE_URL: http://[::1]:5000
BASE_URL: https://localhost:8443
}