diff --git a/.env.example b/.env.example index e9c80f8..f6e2398 100644 --- a/.env.example +++ b/.env.example @@ -21,6 +21,8 @@ CELERY_ENABLED=true REDIS_URL=redis://127.0.0.1:6379/0 CELERY_QUEUES=send_email,append_sent,notifications,calendar,dataflow,events,default CALENDAR_OUTBOX_TERMINAL_RETENTION_DAYS=90 +SCHEDULING_PUBLIC_SELF_ENROLLMENT_ENABLED=true +SCHEDULING_PUBLIC_SELF_ENROLLMENT_MAX_CAPACITY=10000 GOVOPLAN_CONNECTOR_ALLOW_PRIVATE_NETWORKS=false GOVOPLAN_CONNECTOR_MAX_STRUCTURED_RESPONSE_BYTES=16777216