diff --git a/API/ThriveChurchOfficialAPI/ThriveChurchOfficialAPI/serverless.template b/API/ThriveChurchOfficialAPI/ThriveChurchOfficialAPI/serverless.template index 1358d9b..335fac7 100644 --- a/API/ThriveChurchOfficialAPI/ThriveChurchOfficialAPI/serverless.template +++ b/API/ThriveChurchOfficialAPI/ThriveChurchOfficialAPI/serverless.template @@ -17,23 +17,23 @@ "Variables": { "ASPNETCORE_ENVIRONMENT": "Production", "PORT": "8080", - "MongoConnectionString": "{{resolve:secretsmanager:thrive-api/database-hzetzL:SecretString:MongoConnectionString}}", + "MongoConnectionString": "{{resolve:secretsmanager:thrive-api/database:SecretString:MongoConnectionString}}", "TokenConnectionStringPath": "Hashables", - "EsvApiKey": "{{resolve:secretsmanager:thrive/3rd-party-eohiNX:SecretString:EsvApiKey}}", + "EsvApiKey": "{{resolve:secretsmanager:thrive/3rd-party:SecretString:EsvApiKey}}", "OverrideEsvApiKey": "false", - "EmailPW": "{{resolve:secretsmanager:thrive-api/auth-zrM22S:SecretString:EmailPassword}}", + "EmailPW": "{{resolve:secretsmanager:thrive-api/auth:SecretString:EmailPassword}}", "S3__BucketName": "thrive-audio", - "S3__AccessKey": "{{resolve:secretsmanager:thrive-api/s3-U1eiYO:SecretString:AccessKey}}", - "S3__SecretKey": "{{resolve:secretsmanager:thrive-api/s3-U1eiYO:SecretString:SecretKey}}", + "S3__AccessKey": "{{resolve:secretsmanager:thrive-api/s3:SecretString:AccessKey}}", + "S3__SecretKey": "{{resolve:secretsmanager:thrive-api/s3:SecretString:SecretKey}}", "S3__Region": "us-east-2", "S3__BaseUrl": "https://podcast.thrive-fl.org", "S3__MaxFileSizeMB": "50", - "JWT__SecretKey": "{{resolve:secretsmanager:thrive-api/auth-zrM22S:SecretString:JwtSecretKey}}", + "JWT__SecretKey": "{{resolve:secretsmanager:thrive-api/auth:SecretString:JwtSecretKey}}", "JWT__Issuer": "ThriveChurchOfficialAPI", "JWT__Audience": "ThriveChurchClients", "JWT__ExpirationMinutes": "60", "JWT__RefreshTokenExpirationDays": "7", - "RedisConnectionString": "{{resolve:secretsmanager:thrive-api/database-hzetzL:SecretString:RedisConnectionString}}", + "RedisConnectionString": "{{resolve:secretsmanager:thrive-api/database:SecretString:RedisConnectionString}}", "IpRateLimiting__EnableEndpointRateLimiting": "false", "IpRateLimiting__StackBlockedRequests": "true", "IpRateLimiting__HttpStatusCode": "429"