From c8e3d9712cded6320140f12ae806ba4c6d8accd1 Mon Sep 17 00:00:00 2001 From: Luis Helder Date: Mon, 28 Jul 2025 13:08:51 -0300 Subject: [PATCH] fix: buildspec secret names --- .codebuild/buildspec.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.codebuild/buildspec.yml b/.codebuild/buildspec.yml index c6024e32..2f9b4dd1 100644 --- a/.codebuild/buildspec.yml +++ b/.codebuild/buildspec.yml @@ -134,13 +134,13 @@ env: testnethotel_AWS_SUBNET_ID_1: "WalletService/testnet-hotel:aws_subnet_id_1" testnethotel_AWS_SUBNET_ID_2: "WalletService/testnet-hotel:aws_subnet_id_2" testnethotel_AWS_SUBNET_ID_3: "WalletService/testnet-hotel:aws_subnet_id_3" - testnethotel_DB_NAME: "WalletService/rds-hotel/testnet:dbname" - testnethotel_DB_USER: "WalletService/rds-hotel/testnet:username" - testnethotel_DB_PASS: "WalletService/rds-hotel/testnet:password" - testnethotel_DB_ENDPOINT: "WalletService/rds-hotel/testnet:host" - testnethotel_DB_PORT: "WalletService/rds-hotel/testnet:port" - testnethotel_REDIS_URL: "WalletService/redis-hotel/testnet:url" - testnethotel_REDIS_PASSWORD: "WalletService/redis-hotel/testnet:password" + testnethotel_DB_NAME: "WalletService/rds/testnet-hotel:dbname" + testnethotel_DB_USER: "WalletService/rds/testnet-hotel:username" + testnethotel_DB_PASS: "WalletService/rds/testnet-hotel:password" + testnethotel_DB_ENDPOINT: "WalletService/rds/testnet-hotel:host" + testnethotel_DB_PORT: "WalletService/rds/testnet-hotel:port" + testnethotel_REDIS_URL: "WalletService/redis/testnet-hotel:url" + testnethotel_REDIS_PASSWORD: "WalletService/redis/testnet-hotel:password" testnethotel_FIREBASE_PROJECT_ID: "WalletService/testnet-hotel:FIREBASE_PROJECT_ID" testnethotel_FIREBASE_PRIVATE_KEY_ID: "WalletService/testnet-hotel:FIREBASE_PRIVATE_KEY_ID" testnethotel_FIREBASE_PRIVATE_KEY: "WalletService/testnet-hotel:FIREBASE_PRIVATE_KEY"