diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-06 18:24:20 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-06 18:24:20 +0300 |
| commit | 9000f940c89e1cfa35f959f2aefd7b748eddc1ce (patch) | |
| tree | 748eb5d0de5a6b44ee26174ee5f5d3d2d8553216 /README.md | |
| parent | 6fedb4158836e6bf8d0e6190bc8fd36f188ac60d (diff) | |
| download | it-kariera-exam-template-9000f940c89e1cfa35f959f2aefd7b748eddc1ce.tar it-kariera-exam-template-9000f940c89e1cfa35f959f2aefd7b748eddc1ce.tar.gz it-kariera-exam-template-9000f940c89e1cfa35f959f2aefd7b748eddc1ce.zip | |
Disabled HTTPS and added a note in README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ # IT-kariera Exam Template -A template that could be useful for the final IT-kariera exam in 2021
\ No newline at end of file +A template that could be useful for the final IT-kariera exam in 2021 + +## Notes + +There are some configs that I've made that you may want to revert. This section explains them. + +### Disabled HTTPS + +Disabled, since certificates could cause issues on some systems. To revert: +1. Add `app.UseHttpsRedirection();` in the `Configure` method, inside `ExamTemplate/Web/Startup.cs` +2. Add `https://localhost:5001;` in `"applicationUrl"` in the `Web` section, inside `ExamTemplate/Web/Properties/launchSettings.json`. + So, line 21 in the `launchSettings.json` file should look like: `"applicationUrl": "https://localhost:5001;http://localhost:5000",` |
