aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Properties
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-05-06 18:18:47 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-05-06 18:18:47 +0300
commit6fedb4158836e6bf8d0e6190bc8fd36f188ac60d (patch)
tree008b43c7b07b5a76430d163b0bf30f9b50726aa5 /ExamTemplate/Web/Properties
parent628307b05165bb8c1faf82f3e9ab0c0053832e48 (diff)
downloadit-kariera-exam-template-6fedb4158836e6bf8d0e6190bc8fd36f188ac60d.tar
it-kariera-exam-template-6fedb4158836e6bf8d0e6190bc8fd36f188ac60d.tar.gz
it-kariera-exam-template-6fedb4158836e6bf8d0e6190bc8fd36f188ac60d.zip
Added gitignore and initial project generation
Diffstat (limited to 'ExamTemplate/Web/Properties')
-rw-r--r--ExamTemplate/Web/Properties/launchSettings.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/ExamTemplate/Web/Properties/launchSettings.json b/ExamTemplate/Web/Properties/launchSettings.json
new file mode 100644
index 0000000..9bcdafd
--- /dev/null
+++ b/ExamTemplate/Web/Properties/launchSettings.json
@@ -0,0 +1,27 @@
+{
+ "iisSettings": {
+ "windowsAuthentication": false,
+ "anonymousAuthentication": true,
+ "iisExpress": {
+ "applicationUrl": "http://localhost:36205",
+ "sslPort": 44322
+ }
+ },
+ "profiles": {
+ "IIS Express": {
+ "commandName": "IISExpress",
+ "launchBrowser": true,
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ },
+ "Web": {
+ "commandName": "Project",
+ "launchBrowser": true,
+ "applicationUrl": "https://localhost:5001;http://localhost:5000",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ }
+ }
+}