Skip to content

Commit

Permalink
Cleanup config
Browse files Browse the repository at this point in the history
  • Loading branch information
PlanetTheCloud committed Apr 24, 2023
1 parent 351debe commit 35bbf15
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions sys-auth/config/system.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,19 @@
*/

return [
'installation_url' => 'alpha-logged.pdn',
'installation_url' => '',

'development_mode' => true,
'development_mode' => false,
'maintenance_mode' => false,
'maintenance_key' => 'MAINTENANCE_KEY',
'lockdown_mode' => false,

'language' => 'en',
'use_https' => false,

'cpanel_url' => 'rf.gd',
'cpanel_url' => '',
'domain_selection' => [
'domain_a.com',
'domain_b.com',
'rf.gd'
'example.com'
],
'blacklisted_tld' => [
'tk',
Expand Down

0 comments on commit 35bbf15

Please sign in to comment.