wp/wp-config-sample.php
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
     1 <?php
     1 <?php
     2 /**
     2 /**
     3  * The base configuration for WordPress
     3  * The base configuration for WordPress
     4  *
     4  *
     5  * The wp-config.php creation script uses this file during the installation.
     5  * The wp-config.php creation script uses this file during the installation.
     6  * You don't have to use the web site, you can copy this file to "wp-config.php"
     6  * You don't have to use the website, you can copy this file to "wp-config.php"
     7  * and fill in the values.
     7  * and fill in the values.
     8  *
     8  *
     9  * This file contains the following configurations:
     9  * This file contains the following configurations:
    10  *
    10  *
    11  * * Database settings
    11  * * Database settings
    12  * * Secret keys
    12  * * Secret keys
    13  * * Database table prefix
    13  * * Database table prefix
    14  * * ABSPATH
    14  * * ABSPATH
    15  *
    15  *
    16  * @link https://wordpress.org/support/article/editing-wp-config-php/
    16  * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
    17  *
    17  *
    18  * @package WordPress
    18  * @package WordPress
    19  */
    19  */
    20 
    20 
    21 // ** Database settings - You can get this info from your web host ** //
    21 // ** Database settings - You can get this info from your web host ** //
    75  * in their development environments.
    75  * in their development environments.
    76  *
    76  *
    77  * For information on other constants that can be used for debugging,
    77  * For information on other constants that can be used for debugging,
    78  * visit the documentation.
    78  * visit the documentation.
    79  *
    79  *
    80  * @link https://wordpress.org/support/article/debugging-in-wordpress/
    80  * @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
    81  */
    81  */
    82 define( 'WP_DEBUG', false );
    82 define( 'WP_DEBUG', false );
    83 
    83 
    84 /* Add any custom values between this line and the "stop editing" line. */
    84 /* Add any custom values between this line and the "stop editing" line. */
    85 
    85