renamed project cipf

This commit is contained in:
asus
2024-03-07 23:01:42 +01:00
parent 82e65092cf
commit 3181248be9
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
PROJECT_NAME="fipfcard_plugin"
PROJECT_URL="local-fipfcard-plugin.com"
PROJECT_NAME="cipf_plugin"
PROJECT_URL="local-cipf-plugin.com"
PROJECT_PORT=443
# change execution_time and max_upload_size, in wp and nginx

View File

@@ -74,7 +74,7 @@ for dir in $plugins; do
done
# https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
echo -e ${YELLOW}configuring the error logs...${RESET}
echo -e ${YELLOW}configuring the error logs${RESET}
# Enable WP_DEBUG mode
php wp-cli.phar config set WP_DEBUG true --raw --path=${WP_VOLUME_DIR}
# Enable Debug logging to a file (if set to true, this is the /wp-content/debug.log file)