mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-27 22:10:11 +00:00
server.config.php: downstream sync serverid upstream change (#8187)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'serverid' => crc32(gethostname()) % 512,
|
||||
'serverid' => hexdec(hash('xxh32', gethostname()) & 0x1FF,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user