diff --git a/Deployment/appconfig/frontapp/.env.template b/Deployment/appconfig/frontapp/.env.template index 29c851e4..9c1d4b5f 100644 --- a/Deployment/appconfig/frontapp/.env.template +++ b/Deployment/appconfig/frontapp/.env.template @@ -1,3 +1,3 @@ VITE_API_ENDPOINT={{ backend-fqdn }} DISABLE_AUTH=true -VITE_ENABLE_UPLOAD_BUTTON=false \ No newline at end of file +VITE_ENABLE_UPLOAD_BUTTON=true \ No newline at end of file