Skip to content

Commit

Permalink
fix data test
Browse files Browse the repository at this point in the history
  • Loading branch information
njavilas2015 committed Nov 6, 2024
1 parent 16ada40 commit 7ddf864
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions subdomains.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[
{
"name": "vtec.boxergestion.com",
"name": "domain.com",
"location": [
{
"path": "/",
"port": "443",
"instances": [
"site_boxer_1",
"site_boxer_2"
"site_docker_1",
"site_server_2"
]
},
{
"path": "/api",
"port": "8000",
"instances": [
"api_boxer_1",
"api_boxer_2"
"api_docker_1",
"api_server_2"
]
}
],
Expand Down

0 comments on commit 7ddf864

Please sign in to comment.