Last active
April 7, 2017 17:57
-
-
Save rick4470/6669d2cf088061c1228ddb81f557522f to your computer and use it in GitHub Desktop.
Secrete Keys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rick@ubuntu:/var/www/portfolio$ vim wp-config.php | |
define('AUTH_KEY', '%!gp6v$JC4vPn<NjFfyUxT?]y9P3/`Xfz20v/@}6v]`lN~?v:Z`hc%OI+f`sY-e*'); | |
define('SECURE_AUTH_KEY', 'C,c/#ke]7cF70:^uokvY8x]vR|3sH=,]M:^9kp#P>Fa>|SHzSU38u9AEHp$|D(Cp'); | |
define('LOGGED_IN_KEY', 'P8Gsn7-ibrFoi%; |I&@#F)cWS_++Mb_Hp) +~-hQF%,236{b}Uy(?(=-MLjoZ:Q'); | |
define('NONCE_KEY', 'k{db&XBrs-K]|0h~l<s)#T6XnNC7uC.1gB}02{KM9n}J;aL3/osBFP4)m^.`I}zV'); | |
define('AUTH_SALT', '7)MTCl-h-H4:+G~<!_:|C-*LNA:swN0RZ3fR>VXkfZ+)gd$(>[k$aBz(CNsOz)( '); | |
define('SECURE_AUTH_SALT', 'DKGk:j(bK2%v[h6f4{#O#?a+`(9P3J2xybn6!Jy_J:-,Ohc2MF}V_Ajl^?Hn3(/d'); | |
define('LOGGED_IN_SALT', '9iSc%$Z`#HjS^gqVrM`zRhcsU)#gN.fT||qI}t[H7,LX)|^gvWAdN5^<#1)36i-O'); | |
define('NONCE_SALT', 'hvQOf|7]o]G[b!.4!XobhkzAqcaCsW`zgwo|i+g#cW7E05x*neowlyI~a|0iR$dp'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment