mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-29 22:19:31 +02:00
Move docker podman question and add hybird question
Allow empty config Continue to adjust config for hybrid
This commit is contained in:
parent
2907f22200
commit
907dab7d05
9 changed files with 207 additions and 116 deletions
|
@ -16,7 +16,7 @@ class TelemetryClient {
|
|||
private intervalId: NodeJS.Timeout | null = null;
|
||||
|
||||
constructor() {
|
||||
const enabled = config.getRawConfig().app.telmetry.anonymous_usage;
|
||||
const enabled = config.getRawConfig().app.telemetry.anonymous_usage;
|
||||
this.enabled = enabled;
|
||||
const dev = process.env.ENVIRONMENT !== "prod";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue