feat: ConfigService implementiert und Konfiguration mit useFactory geladen

This commit is contained in:
Developer 02
2024-07-23 10:10:59 +02:00
parent f329340c7f
commit f502a47090
6 changed files with 46 additions and 2 deletions

View File

@@ -115,5 +115,6 @@ export const env = {
field: (ur: any) => ur.repUser?.username
},
]
}
},
config_url: "/assets/config.json"
};