| Server IP : 103.48.194.25 / Your IP : 216.73.216.74 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/khohangtieudung.vn/public_html/wp-content/plugins/wp-smtp/ |
Upload File : |
WP_ROOT_FOLDER=/var/www/html # The WordPress installation will be served from the Docker container. WP_URL=http://wordpress.test WP_DOMAIN=wordpress.test # The credentials that will be used to access the site in acceptance tests # in methods like `$I->loginAsAdmin();`. WP_ADMIN_USERNAME=admin WP_ADMIN_PASSWORD=password WP_DB_PORT=3306 # The database used for acceptance tests. WP_TABLE_PREFIX=wp_ WP_DB_HOST=db WP_DB_NAME=test WP_DB_USER=root WP_DB_PASSWORD=password # The database used for unit and integratino tests. WP_TEST_DB_HOST=db WP_TEST_DB_NAME=test WP_TEST_DB_USER=root WP_TEST_DB_PASSWORD=password # We're using Docker to run the tests. USING_CONTAINERS=1