Browse Source

Added host config

feature/startup-from-labels
Mar Alegre 4 years ago
parent
commit
99bb380425
  1. 2
      nextcloud/assets/data/host.config.php

2
nextcloud/assets/data/host.config.php

@ -7,4 +7,6 @@ $CONFIG = array(
'overwriteprotocol' => 'https',
'overwritehost' => 'example.domain.com',
'overwritewebroot' => '/nextcloud',
'default_phone_region' => 'US'
);

Loading…
Cancel
Save