Working on tenants and config

This commit is contained in:
Janus Knudsen 2025-01-21 17:40:23 +01:00
parent c10de11bbe
commit f3352318f5
12 changed files with 309 additions and 19 deletions

View file

@ -25,7 +25,6 @@ namespace Core.ModuleRegistry
public class TelemetryConfig
{
public string InstrumentationKey { get; set; }
public string ConnectionString { get; set; }
}
}