Skip to content

Commit

Permalink
app is not defined for some sites we shall use the db_name
Browse files Browse the repository at this point in the history
  • Loading branch information
curtismchale committed Mar 21, 2024
1 parent 3c8b540 commit 661cfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/wp-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
// wp-stateless
define( 'WP_STATELESS_MEDIA_BUCKET', getenv('STATELESS_MEDIA_BUCKET'));
define( 'WP_STATELESS_MEDIA_MODE', 'ephemeral');
define( 'WP_STATELESS_MEDIA_ROOT_DIR', getenv('APP') . '/%date_year/date_month%/');
define( 'WP_STATELESS_MEDIA_ROOT_DIR', getenv('WORDPRESS_DB_NAME') . '/%date_year/date_month%/');
define( 'WP_STATELESS_MEDIA_REWRITE_BODY_CONTENT_URL', 1);
define( 'WP_STATELESS_COMPATIBILITY_GF', 1);
define( 'WP_STATELESS_MEDIA_CACHE_BUSTING', getenv('STATELESS_MEDIA_CACHE_BUSTING') ?? false);
Expand Down

0 comments on commit 661cfb7

Please sign in to comment.