From 9958c253ea5487071ead6609db6cafd50310484d Mon Sep 17 00:00:00 2001 From: g <> Date: Sun, 3 Nov 2019 13:25:20 +0300 Subject: [PATCH] update configs --- devops/change_admin_username.txt | 5 ++++- environments/{testdev => dev}/domain_db_fix.sql | 0 environments/dev/wp-config-local.php | 12 ++++++------ environments/dev1/wp-config-local.php | 12 ++++++++++++ environments/testdev/wp-config-local.php | 12 ------------ 5 files changed, 22 insertions(+), 19 deletions(-) rename environments/{testdev => dev}/domain_db_fix.sql (100%) create mode 100644 environments/dev1/wp-config-local.php delete mode 100644 environments/testdev/wp-config-local.php diff --git a/devops/change_admin_username.txt b/devops/change_admin_username.txt index 8ddbf8f..14aa601 100644 --- a/devops/change_admin_username.txt +++ b/devops/change_admin_username.txt @@ -11,4 +11,7 @@ wp super-admin remove admin --allow-root wp super-admin list --allow-root ---------------------------------------------------------------------------------------------------------------------- -Your login page is now here: http://livecarta.loc/login_4f8cb66f7d92/. Bookmark this page! \ No newline at end of file +Your login page is now here: http://livecarta.loc/login_4f8cb66f7d92/. Bookmark this page! + +---------------------------------------------------------------------------------------------------------------------- +wp plugin install wps-hide-login --allow-root diff --git a/environments/testdev/domain_db_fix.sql b/environments/dev/domain_db_fix.sql similarity index 100% rename from environments/testdev/domain_db_fix.sql rename to environments/dev/domain_db_fix.sql diff --git a/environments/dev/wp-config-local.php b/environments/dev/wp-config-local.php index cf31e18..ff9a6b0 100644 --- a/environments/dev/wp-config-local.php +++ b/environments/dev/wp-config-local.php @@ -1,12 +1,12 @@