You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/config/snowflake.php

7 lines
162 B
PHP

<?php
return [
'epoch' => 1549756800000,
'worker_id' => env('SNOWFLAKE_WORKER_ID', null),
'datacenter_id' => env('SNOWFLAKE_DATACENTER_ID', null),
];