Files
nextcloud/Containers/nextcloud/config/server.config.php
2026-05-22 10:06:32 +02:00

5 lines
89 B
PHP

<?php
$CONFIG = array (
'serverid' => hexdec(hash('xxh32', gethostname())) & 0x1FF,
);