Modifica config tosca cloud

This commit is contained in:
2024-03-07 16:28:24 +01:00
parent 14786f68e6
commit e6a5c32a77

View File

@@ -1,25 +1,11 @@
{
"studioml": {
"db": {
"driver": "pdosqlsrv",
"hostName": "192.168.2.220",
"dbName": "tosca_cloud",
"userName": "sa",
"password": "sa"
},
"endPoint": "192.168.3.15:8080",
"endPointRemote": "https://www2.studioml.it",
"public_url": "https://www.studioml.it/pvm/"
},
"cliente": {
"db": {
"driver": "pdosqlsrv",
"hostName": "localhost",
"dbName": "tosca_cloud",
"userName": "sa",
"password": "sa"
},
"endPoint": "localhost:8080",
"endPoint": "10.4.0.4:8080",
"endPointRemote": null,
"public_url": ""
},