Skip to content

Instantly share code, notes, and snippets.

@tyler36
Last active October 5, 2023 03:11
Show Gist options
  • Save tyler36/d0cccbaf3ddd4f5c420aeb3f19ca40c0 to your computer and use it in GitHub Desktop.
Save tyler36/d0cccbaf3ddd4f5c420aeb3f19ca40c0 to your computer and use it in GitHub Desktop.
<?php
/**
* #ddev-generated: Automatically generated WordPress settings file.
* ddev manages this file and may delete or overwrite the file unless this comment is removed.
* It is recommended that you leave this file alone.
*
* @package ddevapp
*/
/** 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. */
define( 'AUTH_KEY', 'IPfKFXYYCWHpiJsuenYCOaroVrdVCNrNvaqAsUHgCfFJJIxcumSopYPjEvYneEjN' );
define( 'SECURE_AUTH_KEY', 'EpskofbRAnBpVllnmOLuZbOSnPPslpGTDhaXMXKTTsGZKSufqPQqgEfWHdeLMnXv' );
define( 'LOGGED_IN_KEY', 'QCdqzVKnavaONNUsvHCetGjzbNGVCnrXxSlERvAQdhhNqvkERuNdAonJalxhioXW' );
define( 'NONCE_KEY', 'wOgAODqQfjtdnwxoKRECKsduZHZicUfNCbyQVusJrzjjYhvQVzzesefrunqYPDmc' );
define( 'AUTH_SALT', 'jXfxFGLsJIizxXGLwRqbjXCkPqFSPdoscHbsVtzfFuIvQyhdLwqnReEqmAKyYfFd' );
define( 'SECURE_AUTH_SALT', 'FisEcBGGgmrFoMzUtlEZgXcWxboVCVAbftOYwIfAHHTxljowjDtCiCYUBXHBGSAx' );
define( 'LOGGED_IN_SALT', 'nPnnhMYpuclmgtuojZYFMBzKfXKcOGKGRSPkUTzAFDAELhKQkFhdimrevdQnWiqr' );
define( 'NONCE_SALT', 'fcfCZidaqlEmkqxxYskFcpfzIBCeurEqALctZcmulDnCAorkahoxDloZVOhMFcDk' );
/** Absolute path to the WordPress directory. */
defined( 'ABSPATH' ) || define( 'ABSPATH', dirname( __FILE__ ) . '/' );
// Include for settings managed by ddev.
$ddev_settings = dirname( __FILE__ ) . '/wp-config-ddev.php';
if ( ! defined( 'DB_USER' ) && getenv( 'IS_DDEV_PROJECT' ) == 'true' && is_readable( $ddev_settings ) ) {
require_once( $ddev_settings );
}
/** Include wp-settings.php */
if ( file_exists( ABSPATH . '/wp-settings.php' ) ) {
require_once ABSPATH . '/wp-settings.php';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment