define( 'WP_CACHE', true ); // Added by WP Rocket /** * The base configuration for WordPress * * @link https://wordpress.org/documentation/article/editing-wp-config-php/ * @package WordPress */ // ** Database settings - IONOS ** // define( 'DB_NAME', 'dbs12416400' ); define( 'DB_USER', 'dbu1455319' ); define( 'DB_PASSWORD', '4u2Zl9NB' ); define( 'DB_HOST', 'db5014936341.hosting-data.io' ); define( 'DB_CHARSET', 'utf8mb4' ); define( 'DB_COLLATE', '' ); /**#@+ * Authentication unique keys and salts. */ define( 'AUTH_KEY', 'P5(W5v#22cTZf$K<6c_)P1 >!qGLfIb3nq>BhnogEs)?Z.e;)B.4F:]+A:g]u[5l' ); define( 'SECURE_AUTH_KEY', 'Cc0WcW|D/$@mc9/GjodaUcWOD(tBg|Wfdk)?' ); define( 'SECURE_AUTH_SALT', 'f?aP:+`[5Od +dv~g}!$PBY@bmHI$L)_3P_|zG|:#r%%Hulz]e7)Fztys0b%&aN{' ); define( 'LOGGED_IN_SALT', 'U}Ju,D2,yi:gAE]BJzIt5X$JL`M.g:_car' ); define( 'NONCE_SALT', 'TwTz.VZoogB$>iF|W9HT~p8kzkX^f)*hOeb(>01jo0Wu}|Oe6i+tWO/$IX?AQ>uL' ); /**#@-*/ /** * WordPress database table prefix. */ $table_prefix = 'wp_'; /** * URLs fest verdrahten (verhindert Weiterleitungsschleifen und Login-Bugs) */ define( 'WP_HOME', 'https://doclaser.de' ); define( 'WP_SITEURL', 'https://doclaser.de' ); /** * Memory Limit */ define( 'WP_MEMORY_LIMIT', '512M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' ); /** * Debugging */ define( 'WP_DEBUG', false ); /* 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';