Skip to content

Commit 2fd4067

Browse files
committed
Account for flow in wp-config
1 parent 8a1f827 commit 2fd4067

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wp/wp-config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
define('DISALLOW_FILE_MODS', true );
131131

132132
// If using SQLite + S3 instead of MySQL/MariaDB.
133-
if (isset($_ENV['SQLITE_S3_BUCKET'])) {
133+
if (isset($_ENV['SQLITE_S3_BUCKET']) || isset($_ENV['SERVERLESSWP_DATA_SECRET'])) {
134134
define('DB_DIR', '/tmp');
135135
define('DB_FILE', 'wp-sqlite-s3.sqlite');
136136

0 commit comments

Comments
 (0)