From 3181248be9b7f2b16d607b2bbb21a959cd7adc4f Mon Sep 17 00:00:00 2001 From: asus Date: Thu, 7 Mar 2024 23:01:42 +0100 Subject: [PATCH] renamed project cipf --- srcs/model.env | 4 ++-- srcs/requirements/wordpress/conf/wp_entrypoint.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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)