diff --git a/make/photon/prepare/templates/core/env.jinja b/make/photon/prepare/templates/core/env.jinja index acfa34467..c778a7f3d 100644 --- a/make/photon/prepare/templates/core/env.jinja +++ b/make/photon/prepare/templates/core/env.jinja @@ -96,4 +96,7 @@ CACHE_EXPIRE_HOURS={{ cache.expire_hours }} {% if core.quota_update_provider %} QUOTA_UPDATE_PROVIDER={{ core.quota_update_provider }} -{% endif %} \ No newline at end of file +{% endif %} + +GDPR_AUDIT_LOGS=false +GDPR_DELETE_USER=false \ No newline at end of file