This commit is contained in:
2022-03-08 20:01:19 +00:00
parent 6b988f1732
commit 97d3455292
2 changed files with 4 additions and 2 deletions

4
.vscode/launch.json vendored
View File

@@ -40,8 +40,8 @@
"env": {
// "ASPNETCORE_ENVIRONMENT": "Development",
"AYANOVA_JWT_SECRET": "1111111MyRandom32CharacterSecret",
//"AYANOVA_LOG_LEVEL": "Info",
"AYANOVA_LOG_LEVEL": "Debug",
"AYANOVA_LOG_LEVEL": "Info",
//"AYANOVA_LOG_LEVEL": "Debug",
//"AYANOVA_LOG_LEVEL": "Trace",
"AYANOVA_DEFAULT_TRANSLATION": "en",
"AYANOVA_DB_CONNECTION": "Server=localhost;Username=postgres;Password=raven;Database=AyaNova;CommandTimeout=120;",

View File

@@ -42,6 +42,8 @@ namespace AyaNova.Models
AyaType = AyaType.NoType;
ObjectId = 0;
Name = string.Empty;
Subject="na";
Message="na";
}
public override string ToString()