Merge pull request #2202 from gentslava/feat/traefik-config

feat(config): Traefik
This commit is contained in:
Mauricio Siu
2025-07-20 19:45:53 -06:00
committed by GitHub

View File

@@ -191,6 +191,9 @@ export const createDefaultServerTraefikConfig = () => {
export const getDefaultTraefikConfig = () => {
const configObject: MainTraefikConfig = {
global: {
sendAnonymousUsage: false,
},
providers: {
...(process.env.NODE_ENV === "development"
? {