mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 18:06:39 +00:00
remove fix, todo: test
This commit is contained in:
@@ -6,6 +6,7 @@ using Azaion.Annotator.Extensions;
|
||||
using Azaion.Common.Database;
|
||||
using Azaion.Common.DTO;
|
||||
using Azaion.Common.DTO.Config;
|
||||
using Azaion.Common.Events;
|
||||
using Azaion.Common.Extensions;
|
||||
using Azaion.Common.Services;
|
||||
using Azaion.CommonSecurity;
|
||||
@@ -83,6 +84,7 @@ public partial class App
|
||||
.AddCommandLine(Environment.GetCommandLineArgs())
|
||||
.AddJsonFile(SecurityConstants.CONFIG_PATH, optional: true, reloadOnChange: true)
|
||||
.AddJsonStream(_securedConfig))
|
||||
.UseSerilog()
|
||||
.ConfigureServices((context, services) =>
|
||||
{
|
||||
services.AddSingleton<MainSuite>();
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
"ApiConfig": {
|
||||
"Url": "https://api.azaion.com/",
|
||||
"RetryCount": 3,
|
||||
|
||||
Reference in New Issue
Block a user