Skip to content

Commit

Permalink
Fix Homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar authored Oct 13, 2023
1 parent e884e15 commit 28d29f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions servapps/Homepage/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,18 @@
"name": "{ServiceName}",
"description": "Expose {ServiceName} to the web",
"useHost": true,
"target": "https://{ServiceName}:3000",
"target": "http://{ServiceName}:3000",
"mode": "SERVAPP",
"Timeout": 14400000,
"ThrottlePerMinute": 12000,
"BlockCommonBots": true,
"SmartShield": {
"Enabled": true
},
"AcceptInsecureHTTPSTarget": true,
"AuthEnabled": true,
"AuthAdmin": false
}
]
}
}
}
}

0 comments on commit 28d29f4

Please sign in to comment.