1ede8388 by Jeff Balicki

temp folder

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 1a59f744
......@@ -34,6 +34,7 @@ $dotenv->load();
define('DB_PASSWORD', $_ENV['DB_PASS']);
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
......@@ -87,7 +88,7 @@ define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
define('WP_TEMP_DIR', dirname(__FILE__) . '/wp-content/uploads/temp/');
/* That's all, stop editing! Happy publishing. */
......