mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
feat(conf): disable sendAnonymousUsage
This commit is contained in:
@@ -191,6 +191,9 @@ export const createDefaultServerTraefikConfig = () => {
|
||||
|
||||
export const getDefaultTraefikConfig = () => {
|
||||
const configObject: MainTraefikConfig = {
|
||||
global: {
|
||||
sendAnonymousUsage: false,
|
||||
},
|
||||
providers: {
|
||||
...(process.env.NODE_ENV === "development"
|
||||
? {
|
||||
|
||||
Reference in New Issue
Block a user