Problem with nextcloud versions od files

Hi!
I have got centos 7 with apache 2.4 and Nextcloud 13.
Problem is with version od files. I want to disable this option but configuration below, don’t help with it.
Where can be problem?

My config.php file:

<?php
$CONFIG = array (
  'instanceid' => 'XXXXXXXXX',
  'passwordsalt' => 'XXXXXXXXXXXXXXXXXXXXXXX',
  'secret' => 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
  'trusted_domains' =>
  array (
    0 => 'www.xxxxx.xxxx.xx',
  ),
  'datadirectory' => '/data',
  'overwrite.cli.url' => 'https://www.xxxxx.xx',
  'dbtype' => 'mysql',
  'version' => '13.0.0.14',
  'dbname' => 'nextclouddbXXXX',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'nextclouduserXXX',
  'dbpassword' => 'XXXXXXX',
  'installed' => true,
  'trashbin_retention_obligation' => 'D5',
  'versions_retention_obligation' => 'disabled',
  'appstoreenabled' => true,
  'appstoreurl' => 'https://api.nextcloud.com/v1',
);

Sorry but did not get your message.

What is “od files”?

Sprawa dotyczy test2. Zainstalowałem wersję nie minimal dlatego serwer
odpowiada.

Sprawa w sumie nie aktualna bo rezygnuję jednak z tej wirtualizacji.

Hello @debek

can we stay with english please?

Sorry. My mistake.

It’s my problem:
I have got file 500mb amount. Every day when I am using it, its doing history version of this file. So after fiew days its not 500mb but 15GB and I want to disable keeping old versions of this files.
When I am doing it in my config file it doesn’t work.
" ‘versions_retention_obligation’ => ‘disabled’,"

Is it problem with nextcloud? How do You think?

Just go to app management (as Administrator) and disable “versions” app.

AFAIK you cannot disable versioning for a specific file.