<?php define( 'WP_CACHE', true ); /** * 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://codex.wordpress.org/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', "studioart_site" ); /** MySQL database username */ define( 'DB_USER', "studioart_site" ); /** MySQL database password */ define( 'DB_PASSWORD', "zUp-0(Lv4D0_" ); /** 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', 'A;1]pP8qu3wio9Khk28z!Ta2DMoN2WX-l-!wfRfw08hT6KFop2;UP9n1SU+&6RRb'); define('SECURE_AUTH_KEY', '#q!k&-3K])5ZBLZaq/9:W%7:cjIsv3-4F&%3_0wyu7B%l_Lpt/C*Sks|~J0xSF1-'); define('LOGGED_IN_KEY', '#v@A%Cvn!:yl#l#0B6Piody@4xS*s*3QRq#!n2@hbctA2d3]72XR+OwuJ%ar3Sp('); define('NONCE_KEY', 'Y(3(69A[[-1s7y|/BS[C_q1#902J]ht0Ux~46-0fYIWgB#E*QS&!3*h6&_1&0)|;'); define('AUTH_SALT', 'jDOt(BmK9Z6yD6b)QPMWx5*X@MG4bJ1o24k0|%R:z/V_4H130Iq#N0j6zZc!4[72'); define('SECURE_AUTH_SALT', 'I+141rATvSo)Q)u)+wAq))-N+H18%_oe0oq#@7k5tzB@_94gD3r156-4J~8b8g3q'); define('LOGGED_IN_SALT', '4%&;fFq]r0)A65~q(g:cTm7005z2ROL&Rz]6F4iRt_X/|5!KD0SYG]8hM!3G4P#5'); define('NONCE_SALT', '-B+EARs4EJRpQG4A+;t0!oI-_v5l4TXmrz*i%/zb9E%;3&f+!7*HUr/70:R27r5i'); /** * 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 = '3m7qOV_'; /* 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';
Name Last modified Size Description