diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-06 18:18:47 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-06 18:18:47 +0300 |
| commit | 6fedb4158836e6bf8d0e6190bc8fd36f188ac60d (patch) | |
| tree | 008b43c7b07b5a76430d163b0bf30f9b50726aa5 /ExamTemplate/Web/appsettings.json | |
| parent | 628307b05165bb8c1faf82f3e9ab0c0053832e48 (diff) | |
| download | it-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/appsettings.json')
| -rw-r--r-- | ExamTemplate/Web/appsettings.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ExamTemplate/Web/appsettings.json b/ExamTemplate/Web/appsettings.json new file mode 100644 index 0000000..81ff877 --- /dev/null +++ b/ExamTemplate/Web/appsettings.json @@ -0,0 +1,10 @@ +{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft": "Warning",
+ "Microsoft.Hosting.Lifetime": "Information"
+ }
+ },
+ "AllowedHosts": "*"
+}
|
