0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

Minor changes on default config.

This commit is contained in:
Andrey Antukh 2021-01-15 14:29:56 +01:00
parent c04af27bf3
commit 32de3d9f1d
2 changed files with 3 additions and 2 deletions

View file

@ -46,7 +46,7 @@
:registration-enabled true
:registration-domain-whitelist ""
:telemetry-enabled true
:telemetry-enabled false
:telemetry-uri "http://localhost:6063/"
:debug true

View file

@ -181,7 +181,8 @@
(when (:telemetry-enabled cfg/config)
{:id "telemetry"
:cron #app/cron "0 0 */3 * * ?" ;; every 3h
:fn (ig/ref :app.tasks.telemetry/handler)})]}
:uri (:telemetry-uri cfg/config)
:fn (ig/ref :app.tasks.telemetry/handler)})]}
:app.tasks/all
{"sendmail" (ig/ref :app.tasks.sendmail/handler)