Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeremy Groot
/
stellervista-Intranet
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1ede8388
authored
2023-03-07 10:01:45 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
temp folder
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
1a59f744
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
wp-config.php
wp-config.php
View file @
1ede838
...
...
@@ -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. */
...
...
Please
register
or
sign in
to post a comment