| 10 | | // Change SECRET_KEY to a unique phrase. You won't have to remember it later, |
|---|
| 11 | | // so make it long and complicated. You can visit http://api.wordpress.org/secret-key/1.0/ |
|---|
| 12 | | // to get a secret key generated for you, or just make something up. |
|---|
| 13 | | define('SECRET_KEY', 'put your unique phrase here'); // Change this to a unique phrase. |
|---|
| | 10 | // Change each KEY to a different unique phrase. You won't have to remember the phrases later, |
|---|
| | 11 | // so make them long and complicated. You can visit http://api.wordpress.org/secret-key/1.1/ |
|---|
| | 12 | // to get keys generated for you, or just make something up. Each key should have a different phrase. |
|---|
| | 13 | define('AUTH_KEY', 'put your unique phrase here'); // Change this to a unique phrase. |
|---|
| | 14 | define('SECURE_AUTH_KEY', 'put your unique phrase here'); // Change this to a unique phrase. |
|---|
| | 15 | define('LOGGED_IN_KEY', 'put your unique phrase here'); // Change this to a unique phrase. |
|---|