PageRenderTime 56ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/wp-config.php

https://gitlab.com/thisishayat/itv-2016
PHP | 89 lines | 20 code | 13 blank | 56 comment | 1 complexity | f726d97124242febe98d4ba85278e4db MD5 | raw file
  1. <?php
  2. /**
  3. * The base configuration for WordPress
  4. *
  5. * The wp-config.php creation script uses this file during the
  6. * installation. You don't have to use the web site, you can
  7. * copy this file to "wp-config.php" and fill in the values.
  8. *
  9. * This file contains the following configurations:
  10. *
  11. * * MySQL settings
  12. * * Secret keys
  13. * * Database table prefix
  14. * * ABSPATH
  15. *
  16. * @link https://codex.wordpress.org/Editing_wp-config.php
  17. *
  18. * @package WordPress
  19. */
  20. // ** MySQL settings - You can get this info from your web host ** //
  21. /** The name of the database for WordPress */
  22. define('DB_NAME', 'itv-2016');
  23. /** MySQL database username */
  24. define('DB_USER', 'root');
  25. /** MySQL database password */
  26. define('DB_PASSWORD', '01716491451');
  27. /** MySQL hostname */
  28. define('DB_HOST', 'localhost');
  29. /** Database Charset to use in creating database tables. */
  30. define('DB_CHARSET', 'utf8mb4');
  31. /** The Database Collate type. Don't change this if in doubt. */
  32. define('DB_COLLATE', '');
  33. /**#@+
  34. * Authentication Unique Keys and Salts.
  35. *
  36. * Change these to different unique phrases!
  37. * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
  38. * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
  39. *
  40. * @since 2.6.0
  41. */
  42. define('AUTH_KEY', 'EW#HQ};rXh,/[@F*ABI/tQiljDflO|_#UYF?s8hb`BxDvK/<CZ,i5R=;o&6X-*(1');
  43. define('SECURE_AUTH_KEY', '%L,6:G}!O!MPAtxdgzmdi/}eGHiyjMSj1<AYrcXz.bC;E*Jj2[f^-hqDy&v9!k8S');
  44. define('LOGGED_IN_KEY', ')!q D(!he%C@te@z@z[BXu*%dj`rC[AR:2pOU}t+T25:WQ3.2El- Cp9:5C1+99*');
  45. define('NONCE_KEY', 'H,~*, ,rl)O)I8QD0M?/osriX~rP&K^VI02vdB8^dd39_%30Hu9X_L)~ya-[JLo~');
  46. define('AUTH_SALT', 'P^WNa/&3-=|us>JUFP_DOoai@,l3Ze744!Ej~%B*LWVhtm;;* (=>3Qm9ki(D|)e');
  47. define('SECURE_AUTH_SALT', '2zlhe2A<wmlE+D.BudhSt==[G#hTC8jfUc||Y4b_b}pejSl[+;zIhj8*pYTn|)^.');
  48. define('LOGGED_IN_SALT', '~oEsqnP1+35#v`}1OPH,C>vJ-5dvBpr T*GR;ZtY|S[|0W!]rE=-38b<nS_s8-?&');
  49. define('NONCE_SALT', 'd{>XDD0k_;f(pn/u >i{sIX*/0?aEgBT}|&fsJMCe|(|X]P5?.@(|h~1S0#Pfw<5');
  50. /**#@-*/
  51. /**
  52. * WordPress Database Table prefix.
  53. *
  54. * You can have multiple installations in one database if you give each
  55. * a unique prefix. Only numbers, letters, and underscores please!
  56. */
  57. $table_prefix = 'usai_';
  58. /**
  59. * For developers: WordPress debugging mode.
  60. *
  61. * Change this to true to enable the display of notices during development.
  62. * It is strongly recommended that plugin and theme developers use WP_DEBUG
  63. * in their development environments.
  64. *
  65. * For information on other constants that can be used for debugging,
  66. * visit the Codex.
  67. *
  68. * @link https://codex.wordpress.org/Debugging_in_WordPress
  69. */
  70. define('WP_DEBUG', false);
  71. /* That's all, stop editing! Happy blogging. */
  72. /** Absolute path to the WordPress directory. */
  73. if ( !defined('ABSPATH') )
  74. define('ABSPATH', dirname(__FILE__) . '/');
  75. /** Sets up WordPress vars and included files. */
  76. require_once(ABSPATH . 'wp-settings.php');