Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content

This commit is contained in:
Peter Foster
2026-03-21 09:48:46 +00:00
parent a4a8e237d6
commit 1d705572ad
164 changed files with 2870 additions and 9819 deletions

View File

@@ -1,12 +1,12 @@
<?php
// Database configuration for UK Data Services
// Database configuration for UK AI Automation
// Use these settings for MySQL connection
// Docker container database settings
define('DB_HOST', 'ukdataservices-db'); // or 'localhost' if connecting from outside Docker
define('DB_HOST', 'ukaiautomation-db'); // or 'localhost' if connecting from outside Docker
define('DB_USER', 'webuser'); // Use webuser, not root
define('DB_PASSWORD', 'webpassword'); // Password from docker-compose.yml
define('DB_NAME', 'ukdataservices'); // Database name
define('DB_NAME', 'ukaiautomation'); // Database name
define('DB_PORT', 3306);
// Alternative root credentials (if needed)