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:
parent
c04af27bf3
commit
32de3d9f1d
2 changed files with 3 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
:registration-enabled true
|
||||
:registration-domain-whitelist ""
|
||||
|
||||
:telemetry-enabled true
|
||||
:telemetry-enabled false
|
||||
:telemetry-uri "http://localhost:6063/"
|
||||
|
||||
:debug true
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue