/* Add above: "That's all, stop editing! Happy publishing." */

define( 'FORCE_SSL_ADMIN', true );
define( 'DISALLOW_FILE_EDIT', true );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
define( 'WP_POST_REVISIONS', 10 );
define( 'AUTOSAVE_INTERVAL', 120 );
define( 'EMPTY_TRASH_DAYS', 14 );

define( 'WP_DEBUG', false );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', false );

/* Target domain. Remove these two lines only if managed through environment variables. */
define( 'WP_HOME', 'https://spmi.sttin.ac.id' );
define( 'WP_SITEURL', 'https://spmi.sttin.ac.id' );

/* Never copy database passwords or authentication salts from chat into a public file. */
