define(‘WP_HOME’, ‘https://fallenbeanz.com’);
define(‘WP_SITEURL’, ‘https://fallenbeanz.com’);

define( ‘AUTOSAVE_INTERVAL’, 600 );  /* 600s = 10min */

define(‘WP_POST_REVISIONS’, 2);
define(‘WP_POST_REVISIONS’, false); /* disable revisions */

define( ‘EMPTY_TRASH_DAYS’, 2 );
define( ‘EMPTY_TRASH_DAYS’, 0 ); /* disable putting staff to trash */