config.sample.php 261 B

1234567
  1. <?php
  2. // Copy this file to config.php and change the password before deploying.
  3. define("UPDATE_SERVER_PASSWORD", "change-me");
  4. // Optional stronger alternative:
  5. // define("UPDATE_SERVER_PASSWORD_HASH", "$2y$10$replace-this-with-a-precomputed-password-hash");