Update domain references from merchbay.app to merchbay.com in configuration files
Some checks failed
Deploy Development / deploy (push) Failing after 5s
Some checks failed
Deploy Development / deploy (push) Failing after 5s
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
APP_ENV=production
|
||||
APP_DEBUG=false
|
||||
APP_KEY=base64:YOUR_APP_KEY_HERE
|
||||
APP_URL=https://merchbay-admin.yourdomain.com
|
||||
APP_URL=https://merchbay.com
|
||||
|
||||
# Database Configuration - External MySQL
|
||||
DB_CONNECTION=mysql
|
||||
@@ -13,7 +13,7 @@ DB_USERNAME=your-mysql-user
|
||||
DB_PASSWORD=your-mysql-password
|
||||
|
||||
# Traefik Domain Configuration
|
||||
DOMAIN=merchbay-admin.yourdomain.com
|
||||
DOMAIN=merchbay.com
|
||||
|
||||
# Cache & Session
|
||||
CACHE_DRIVER=file
|
||||
|
||||
Reference in New Issue
Block a user