From aaef5d20e5ce9f9ed106992a308269e9a326228d Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Fri, 11 Oct 2024 23:04:08 +0800 Subject: [PATCH] Laravel Vapor - Update new rds instance endpoint --- vapor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vapor.yml b/vapor.yml index bd4b8020..6dd1c71d 100644 --- a/vapor.yml +++ b/vapor.yml @@ -9,7 +9,7 @@ environments: queues: - exchange-default-production - exchange-high_priority-production - database: cief-aws-rds-mysql + database: cief-amazon-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-aws-rds-mysql + database: cief-amazon-rds-mysql storage: exchange-2.0-production-duplicate #cief todo: exchange-2.0-staging runtime: 'docker' timeout: 180 @@ -54,7 +54,7 @@ environments: queues: - exchange-default-development - exchange-high_priority-development - database: cief-aws-rds-mysql + database: cief-amazon-rds-mysql storage: exchange-2.0-production-duplicate #cief todo: exchange-2.0-develoopment runtime: 'docker' timeout: 180