1ede8388 by Jeff Balicki

temp folder

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