Laravel Vapor - Change AWS RDS database

This commit is contained in:
Dillon Ngo
2024-09-08 16:14:24 +08:00
parent e50d752d8a
commit 2d600f1cd7
+2 -2
View File
@@ -9,7 +9,7 @@ environments:
queues:
- exchange-default-production
- exchange-high_priority-production
database: cief-rds-mysql
database: cief-aws-rds-mysql
storage: exchange-2.0-production
# gateway-version: 2
# cache: vapor-laravel-poc-cache
@@ -36,7 +36,7 @@ environments:
queues:
- exchange-default-staging
- exchange-high_priority-staging
database: cief-rds-mysql
database: cief-aws-rds-mysql
storage: exchange-2.0-production-duplicate #cief todo: exchange-2.0-staging
runtime: 'docker'
timeout: 180