Skip to content

Commit

Permalink
configure.php: enable verifier and modrinth by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cowpod committed Nov 13, 2024
1 parent a0dddb0 commit f391516
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@
'host'=>$host,
'dir'=>$dir,
'configured'=>true,
'config_version'=>CONFIG_VERSION
'config_version'=>CONFIG_VERSION,
'modrinth_integration'=>'on',
'use_verifier'=>'on'
];
if ($api_key_serverwide) {
$config_contents['api_key'] = $api_key;
Expand Down

0 comments on commit f391516

Please sign in to comment.