From 964d815a90a78c0ebbfc2fa57f8b847c1fab298d Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 14 Nov 2025 20:30:32 +0100 Subject: Add locopy --- locopy/wp-settings.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 locopy/wp-settings.php (limited to 'locopy/wp-settings.php') diff --git a/locopy/wp-settings.php b/locopy/wp-settings.php new file mode 100644 index 0000000..42aec0e --- /dev/null +++ b/locopy/wp-settings.php @@ -0,0 +1,12 @@ + DB_NAME, + 'DB_USER' => DB_USER, + 'DB_PASSWORD' => DB_PASSWORD, + 'DB_HOST' => DB_HOST, + 'table_prefix' => $table_prefix +]); -- cgit v1.2.3