Skip to content

Instantly share code, notes, and snippets.

@LunaCodeGirl
Created September 25, 2013 23:28
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 LunaCodeGirl/6707687 to your computer and use it in GitHub Desktop.
Save LunaCodeGirl/6707687 to your computer and use it in GitHub Desktop.
Wordpress updater / uploader constants to set default user, pass, key, host, etc.
define('FTP_PUBKEY','/home/user1/wp_rsa.pub');
define('FTP_PRIKEY','/home/user1/wp_rsa');
define('FTP_USER','user1');
define('FTP_PASS','');
define('FTP_HOST','127.0.0.1:22');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment