Advertisement
Guest User

Untitled

a guest
Mar 11th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <?php
  2. $CONFIG = array (
  3. 'instanceid' => '{ID}',
  4. 'passwordsalt' => '{SALT}',
  5. 'secret' => '{SECRET}',
  6. 'trusted_domains' =>
  7. array (
  8. 0 => 'cloud.example.de',
  9. ),
  10. 'datadirectory' => '/data/nc-data',
  11. 'dbtype' => 'mysql',
  12. 'version' => '18.0.1.3',
  13. 'overwrite.cli.url' => 'https://cloud.example.de',
  14. 'dbname' => 'nc',
  15. 'dbhost' => 'localhost',
  16. 'dbport' => '',
  17. 'dbtableprefix' => 'oc_',
  18. 'dbuser' => 'nc',
  19. 'dbpassword' => '{PASSWD}',
  20. 'installed' => true,
  21. 'maintenance' => false,
  22. 'mysql.utf8mb4' => true,
  23. 'app_install_overwrite' =>
  24. array (
  25. 0 => 'social',
  26. ),
  27. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement