diff --git a/CommBank-Server/Models/Goal.cs b/CommBank-Server/Models/Goal.cs index 77ff1ad..c4895cf 100644 --- a/CommBank-Server/Models/Goal.cs +++ b/CommBank-Server/Models/Goal.cs @@ -8,7 +8,7 @@ public class Goal [BsonId] [BsonRepresentation(BsonType.ObjectId)] public string? Id { get; set; } - + public string? Icon { get; set;} public string? Name { get; set; } public UInt64 TargetAmount { get; set; } = 0; @@ -27,4 +27,4 @@ public class Goal [BsonRepresentation(BsonType.ObjectId)] public string? UserId { get; set; } -} \ No newline at end of file +} diff --git a/CommBank-Server/Secrets.json b/CommBank-Server/Secrets.json index 0e5bf94..43271e5 100644 --- a/CommBank-Server/Secrets.json +++ b/CommBank-Server/Secrets.json @@ -1,5 +1,5 @@ { "ConnectionStrings": { - "CommBank": "{CONNECTION_STRING}" + "CommBank": "{mongodb://atlas-sql-682f3e0e3e97051b4358168c-ozg8jc.a.query.mongodb.net/sample_mflix?ssl=true&authSource=admin}" } -} \ No newline at end of file +}