rename auth and start work separating config

This commit is contained in:
Milo Schwartz
2025-01-01 16:40:01 -05:00
parent d447de9e8a
commit b199595100
15 changed files with 153 additions and 120 deletions

View File

@@ -41,8 +41,6 @@ export async function traefikConfigProvider(
const badgerMiddlewareName = "badger";
const redirectMiddlewareName = "redirect-to-https";
// const baseDomain = new URL(config.app.base_url).hostname;
const http: any = {
routers: {},
services: {},