Skip to content

Instantly share code, notes, and snippets.

@codename065
Created October 3, 2019 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codename065/3ff76961aadb6e7261edcf591562b79e to your computer and use it in GitHub Desktop.
Save codename065/3ff76961aadb6e7261edcf591562b79e to your computer and use it in GitHub Desktop.
define('AUTH_KEY', 'put your unique phrase here');
define('SECURE_AUTH_KEY', 'put your unique phrase here');
define('LOGGED_IN_KEY', 'put your unique phrase here');
define('NONCE_KEY', 'put your unique phrase here');
define('AUTH_SALT', 'put your unique phrase here');
define('SECURE_AUTH_SALT', 'put your unique phrase here');
define('LOGGED_IN_SALT', 'put your unique phrase here');
define('NONCE_SALT', 'put your unique phrase here');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment