Created
October 23, 2016 10:02
-
-
Save hasen/d8b316d2be08517eb2f41795667211dc to your computer and use it in GitHub Desktop.
wp-config.phpに設定する値をAPIから取得する.
This file contains 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
<?php | |
define('AUTH_KEY', '*.,GARD<1<dKO+j_ZgJ|a4GCzke-l#ug6X4gAuhk(!9cF]1n)[p68zywi]Q9=q5U'); | |
define('SECURE_AUTH_KEY', '|LaeyNZ`Z*fPIIoA[96Bl;gQFSK M5/T*dT?Q)2?G6sx.^+#[m>RY:jcw0mQVp;_'); | |
define('LOGGED_IN_KEY', '|62aVi[ )5sK_%^BZF-}s+#.ui|<n[-1#)yZ-Nwrr{023?JV+qC5sQ@ldKgJLAUE'); | |
define('NONCE_KEY', 'w/I#-W H(<6,V8lb39UG<#;e;Rn/c-sg$*M^bg5 S![|#6Kh1)uLL6HiNFmBE2&a'); | |
define('AUTH_SALT', 'CEkJyW+Go!Uv>5Nr=W>Qx-5yrfm4_n42xdG2EjA-:`;eL{:5XJpl,i: @$Jv`zV4'); | |
define('SECURE_AUTH_SALT', 'I8#,;!*y.6JO3{{T4R+z8$4j>6>;<g)>tjG=cJ^A7>k<Cge+Q7pu X?F)T)u6KT('); | |
define('LOGGED_IN_SALT', '|RvWJiO&RKdFX;#[r{<Zy~G94?1NXw@F.+Z$7K+[mybzhp0r_+YiW7MSCyfpf{%f'); | |
define('NONCE_SALT', 'okp^_FlJP(Z]`m-ZeGaA|0kdiJcphqD)>XbcE{,5[rNkZJTWf9,H)UFOC`I-<-+b'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment