diff --git a/srcs/model.env b/srcs/model.env index 808b336..752b682 100644 --- a/srcs/model.env +++ b/srcs/model.env @@ -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 diff --git a/srcs/requirements/wordpress/conf/wp_entrypoint.sh b/srcs/requirements/wordpress/conf/wp_entrypoint.sh index 98e0344..cc2c7ff 100644 --- a/srcs/requirements/wordpress/conf/wp_entrypoint.sh +++ b/srcs/requirements/wordpress/conf/wp_entrypoint.sh @@ -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)