วิวัฒนาการ-จัดการ
แก้ไขไฟล์: wp-config.php
<?php /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the web site, you can copy this file to "wp-config.php" * and fill in the values. * * This file contains the following configurations: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', "uo9tho_weronika" ); /** MySQL database username */ define( 'DB_USER', "wae7ke_weronika" ); /** MySQL database password */ define( 'DB_PASSWORD', "=rtK1-Bu4N" ); /** MySQL hostname */ define( 'DB_HOST', "kbienias.mysql.dhosting.pl" ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8mb4' ); /** The database collate type. Don't change this if in doubt. */ define( 'DB_COLLATE', '' ); /**#@+ * Authentication unique keys and salts. * * Change these to different unique phrases! You can generate these using * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}. * * 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. * * @since 2.6.0 */ define( 'AUTH_KEY', 'qI/jy`D)EnIWthz@F*rs.K@uHp*@pWg*gEMA@X_)[v%T:Bt@).]zzfxGsK~`|C@V' ); define( 'SECURE_AUTH_KEY', ',EKAL){)po|_~$j>jj,~}~ka{]^V/_eG8Sl<Opdrgq)V)2^d*HB35`!y=Sa8Gz9`' ); define( 'LOGGED_IN_KEY', '^-3]4.gXYO1me*!Wc)*k3[GU* utx O!5|6kjKWA(Jka#@Yee,p.Qw+[[(I ]:d2' ); define( 'NONCE_KEY', '_f?WT)(Tf)D}$jv@!m#p!3}!bI)+_f7Awr}S#G&uMDChq=p?j</<ycx4,9%k&MBv' ); define( 'AUTH_SALT', '_13e>9Nog?3-H:^K{mEkryF.D8?ye7s#KE*5R(0gOJy5(t{7u:nbc)rBLj|qPVst' ); define( 'SECURE_AUTH_SALT', 'wHJO?e%^VJaGBYE]z.*+<e,uihXyO,%=s#Fu/(eEb/no}:-.i|,rI|9]YNUL45uY' ); define( 'LOGGED_IN_SALT', '+xb-]MlA1pn)&AJR0rB*h3b/M>pdqZN;YOo$FUOl*tR<!sA[W3_}}#sTcdw:9QuH' ); define( 'NONCE_SALT', '%Oj<ieabQ>}vQ|$E&{CW^Mu>/F(RN>D!J{B%t2,;d~81YmCO,r3Xr{R=@WCt`>l ' ); /**#@-*/ /** * WordPress database table prefix. * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'wpr_'; /** * For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. * * For information on other constants that can be used for debugging, * visit the documentation. * * @link https://wordpress.org/support/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ define( 'WP_SITEURL', 'https://weronikanowakowska.pl/' ); /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', dirname(__FILE__) . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';