Server : Apache System : Linux plesk.popquestion.pt 5.4.0-62-generic #70-Ubuntu SMP Tue Jan 12 12:45:47 UTC 2021 x86_64 User : marlanguiri.pt_33ez9hs6gzj ( 10020) PHP Version : 7.4.33 Disable Function : opcache_get_status Directory : /var/www/vhosts/marlanguiri.pt/httpdocs/ |
Upload File : |
<?php /** * The base configurations of the WordPress. * * This file has the following configurations: MySQL settings, Table Prefix, * Secret Keys, and ABSPATH. You can find more information by visiting * {@link http://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} * Codex page. You can get the MySQL settings from your web host. * * This file is used by the wp-config.php creation script during the * installation. You don't have to use the web site, you can just copy this file * to "wp-config.php" and fill in the values. * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'corazeco_marlanguiri_db'); /** MySQL database username */ define('DB_USER', 'corazeco_marlanguiri_user'); /** MySQL database password */ define('DB_PASSWORD', 'v_8r1a2Q5'); /** MySQL hostname */ define('DB_HOST', 'localhost'); /** Database Charset to use in creating database tables. */ define('DB_CHARSET', 'utf8'); /** 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', '[~9 :2/JIL 9E|Ro8-Mp&w64&i+TGOtJ!~v6vPL^<|bL ?-=FYnMFyhC#G7dop[/'); define('SECURE_AUTH_KEY', '4vm#-#h.RUj]|QEBvFtJA-w[Mt}tr-YOeZ(C%[6Vb5RPPd8N(B)+WEQ9_n3C^O4L'); define('LOGGED_IN_KEY', 'o/Uo4$zj4fM^+}<TJ]`JbiNRc:p)ofK9mG,jsv4F}<Ecm*LtI8CHSjKw7Lg85gTJ'); define('NONCE_KEY', 'YS%QXQ+i8V^w;r+%|1St-^PMPbn%@fYt*$LE]F~xb@VTz*|5e,VZJ UWtFuk|<|3'); define('AUTH_SALT', 'qU0W;2Ae-;YQbny.fMC^f;Td|8C~AS-@*+tmA5(M8WK,q?E{3K<U1NCYx-;EJtl+'); define('SECURE_AUTH_SALT', '+$(V@r|5+4_c&7h5^7UKM^oa^PD3Sgdy^#|MxbmfsjUyTmm-<p1lM!SfX(uyCM@J'); define('LOGGED_IN_SALT', 'f_Df=R8i:/9ol0F+F#ow$&d]tAC>5#9,->4o+w%gUYYO?P<>|7mRzXH0,O:K[V^ '); define('NONCE_SALT', 'gC|gNp_H=4TgkT Jvs`83#7WwO8KONs4W|@TTPEM[X*gphuQlQ*QUGB@rwA@ M&C'); /**#@-*/ /** * 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 = 'wp_seitela'; /** * 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. */ define('WP_DEBUG', false); define( 'WP_DEBUG_DISPLAY', false ); /* That's all, stop editing! Happy blogging. */ /** 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');