Files
OPC/ControlPlane.Api/appsettings.json
T
2026-04-25 19:17:48 -04:00

26 lines
769 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"OpenRouter": {
"ApiKey": "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"
},
"Git": {
"RepoRoot": "C:\\Users\\amadzarak\\source\\repos\\ClarityStack\\OPC",
"Repos": {
"Clarity": "C:\\Users\\amadzarak\\source\\repos\\ClarityStack\\Clarity",
"OPC": "C:\\Users\\amadzarak\\source\\repos\\ClarityStack\\OPC",
"Gateway": "C:\\Users\\amadzarak\\source\\repos\\ClarityStack\\gateway"
}
},
"Gitea": {
"BaseUrl": "https://opc.clarity.test",
"Owner": "ClarityStack",
"Repo": "OPC",
"Token": "fcf9f66415754fb639a8343e3904e06b1d78c646"
}
}