Merge branch 'master' of git.aurelreb.fr:Aurelien/dm4

This commit is contained in:
GROUPE 6 2023-05-23 05:18:24 +02:00
commit c17165bb28
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
define('DB_USER', '{{ mysql_user_name }}');
define('DB_PASSWORD', '{{ mysql_user_pass }}');
define('DB_HOST', 'localhost');
define('WP_CONTENT_DIR', '/var/lib/wordpress/wp-content');
define('WP_CONTENT_DIR', '/var/www/html/wordpress/wp-content');
define('WP_HOME', 'https://192.168.3.2/blog/');
define('WP_SITEURL', 'https://192.168.3.2/blog/');
?>