Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user