{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4ec10964-287e-4585-ab45-2b8d2d55a622",
    "slug": "turbo-cms-client",
    "name": "Turbo CMS Client",
    "description": "Ultra-fast AI CMS with e-commerce, theme builder, and high-speed blog.",
    "url": "https://railway.com/deploy/turbo-cms-client",
    "upstream": {
      "image": "ghcr.io/diegaosx/turbo-cms:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "turbo-cms",
      "source": {
        "image": "ghcr.io/diegaosx/turbo-cms:latest"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "Postgres",
      "source": {
        "image": "ghcr.io/railwayapp-templates/postgres-ssl:18"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql/data",
      "http": false
    },
    {
      "name": "Redis",
      "source": {
        "image": "redis:8.2"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "turbo-cms",
      "description": "HTTP port on which the Turbo CMS Express server listens (default: 8080).",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "APP_URL",
      "service": "turbo-cms",
      "description": "Public canonical URL of the website used for CORS, SEO sitemap and redirects.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "NODE_ENV",
      "service": "turbo-cms",
      "description": "Application runtime environment (production).",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "R2_BUCKET",
      "service": "turbo-cms",
      "description": "Target bucket name in Cloudflare R2 for file uploads.",
      "secret": false,
      "strategy": "default",
      "default": "turbo-cms-media"
    },
    {
      "key": "REDIS_URL",
      "service": "turbo-cms",
      "description": "Redis cache connection URL automatically supplied by the Redis service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ADMIN_NAME",
      "service": "turbo-cms",
      "description": "Display name for the initial root administrator.",
      "secret": false,
      "strategy": "default",
      "default": "Administrador"
    },
    {
      "key": "JWT_SECRET",
      "service": "turbo-cms",
      "description": "High-entropy cryptographic secret key used to sign client JWT authentication sessions.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "ADMIN_EMAIL",
      "service": "turbo-cms",
      "description": "Email address for the initial root administrator created on first migration.",
      "secret": false,
      "strategy": "default",
      "default": "admin@seudominio.com.br"
    },
    {
      "key": "DB_POOL_MAX",
      "service": "turbo-cms",
      "description": "Maximum number of concurrent connections in the PostgreSQL pool.",
      "secret": false,
      "strategy": "default",
      "default": "10"
    },
    {
      "key": "DATABASE_SSL",
      "service": "turbo-cms",
      "description": "Direct private network connection does not require SSL (false for internal network).",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "DATABASE_URL",
      "service": "turbo-cms",
      "description": "PostgreSQL connection URL automatically supplied by the Postgres service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "BCRYPT_ROUNDS",
      "service": "turbo-cms",
      "description": "Computational cost factor for bcrypt password hashing.",
      "secret": false,
      "strategy": "default",
      "default": "12"
    },
    {
      "key": "R2_ACCOUNT_ID",
      "service": "turbo-cms",
      "description": "Cloudflare Account ID for media and image storage in Cloudflare R2.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "R2_PUBLIC_URL",
      "service": "turbo-cms",
      "description": "Public CDN URL or custom domain of the R2 bucket for serving images.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "UPLOAD_MAX_MB",
      "service": "turbo-cms",
      "description": "Maximum allowed file upload size in megabytes.",
      "secret": false,
      "strategy": "default",
      "default": "10"
    },
    {
      "key": "ADMIN_PASSWORD",
      "service": "turbo-cms",
      "description": "$%\") }}\" # Initial root administrator password automatically generated by Railway.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "ADMIN_USERNAME",
      "service": "turbo-cms",
      "description": "Username for administrative login in the CMS panel.",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "GEMINI_API_KEY",
      "service": "turbo-cms",
      "description": "Google Gemini API key for native AI content generation and SEO analysis.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "JWT_ACCESS_TTL",
      "service": "turbo-cms",
      "description": "User access token expiration lifespan (e.g., 15m, 1h).",
      "secret": false,
      "strategy": "default",
      "default": "15m"
    },
    {
      "key": "SEED_DEMO_DATA",
      "service": "turbo-cms",
      "description": "Populate the database with demo posts and sample pages on first boot (true/false).",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "AGENT_SERVER_URL",
      "service": "turbo-cms",
      "description": "Base URL of the dedicated AI MCP Agent server.",
      "secret": false,
      "strategy": "default",
      "default": "https://agent-mcp.saletub.com"
    },
    {
      "key": "R2_ACCESS_KEY_ID",
      "service": "turbo-cms",
      "description": "Cloudflare R2 API Token Access Key ID.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "TURBO_MASTER_KEY",
      "service": "turbo-cms",
      "description": "Secret Master Key issued by Turbo CMS Master for multi-site synchronization.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "TURBO_MASTER_URL",
      "service": "turbo-cms",
      "description": "Base URL of the Turbo CMS Master Panel to which this site connects.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "CACHE_TTL_SECONDS",
      "service": "turbo-cms",
      "description": "In-memory page and query cache duration in Redis (in seconds).",
      "secret": false,
      "strategy": "default",
      "default": "60"
    },
    {
      "key": "LOGIN_MAX_ATTEMPTS",
      "service": "turbo-cms",
      "description": "Maximum allowed failed login attempts per IP before temporary lockout.",
      "secret": false,
      "strategy": "default",
      "default": "5"
    },
    {
      "key": "LOGIN_WINDOW_MINUTES",
      "service": "turbo-cms",
      "description": "Time window in minutes for failed login rate limiting.",
      "secret": false,
      "strategy": "default",
      "default": "15"
    },
    {
      "key": "R2_SECRET_ACCESS_KEY",
      "service": "turbo-cms",
      "description": "Cloudflare R2 API Token Secret Access Key.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "DEFAULT_AGENT_API_KEY",
      "service": "turbo-cms",
      "description": "Dedicated AI Agent API authentication key.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "REFRESH_TOKEN_TTL_DAYS",
      "service": "turbo-cms",
      "description": "Lifespan of the secure httpOnly refresh token cookie (in days).",
      "secret": true,
      "strategy": "default",
      "default": "7"
    },
    {
      "key": "LOGIN_MAX_ATTEMPTS_PER_EMAIL",
      "service": "turbo-cms",
      "description": "Maximum allowed failed login attempts per email address.",
      "secret": false,
      "strategy": "default",
      "default": "15"
    },
    {
      "key": "PGDATA",
      "service": "Postgres",
      "description": "Subdirectory path within the volume to prevent ext4 lost+found collision.",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/postgresql/data/pgdata"
    },
    {
      "key": "PGHOST",
      "service": "Postgres",
      "description": "Private database host domain inside Railway's internal network.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PGPORT",
      "service": "Postgres",
      "description": "Standard listening port for the PostgreSQL database server.",
      "secret": false,
      "strategy": "default",
      "default": "5432"
    },
    {
      "key": "PGUSER",
      "service": "Postgres",
      "description": "Database user reference used for internal authentication.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGDATABASE",
      "service": "Postgres",
      "description": "Database name reference for connection.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGPASSWORD",
      "service": "Postgres",
      "description": "Database password reference for connection.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_DB",
      "service": "Postgres",
      "description": "Default database name created on startup.",
      "secret": false,
      "strategy": "default",
      "default": "turbo_cms"
    },
    {
      "key": "DATABASE_URL",
      "service": "Postgres",
      "description": "Complete connection URL exposed to dependent services.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "POSTGRES_USER",
      "service": "Postgres",
      "description": "Superuser name for the PostgreSQL instance.",
      "secret": false,
      "strategy": "default",
      "default": "postgres"
    },
    {
      "key": "SSL_CERT_DAYS",
      "service": "Postgres",
      "description": "Number of days the internal SSL certificate remains valid (optional).",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "Postgres",
      "description": "Strong 32-character random database password generated by Railway.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "Postgres",
      "description": "Waiting time in seconds to drain connections before stopping container.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "REDISHOST",
      "service": "Redis",
      "description": "Private Redis host domain inside Railway's internal network.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISPORT",
      "service": "Redis",
      "description": "Standard listening port for the Redis cache server.",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "REDISUSER",
      "service": "Redis",
      "description": "Default Redis username for authentication.",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "REDIS_URL",
      "service": "Redis",
      "description": "Complete connection string with credentials exposed to dependent services.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDISPASSWORD",
      "service": "Redis",
      "description": "Password alias for Redis client compatibility.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Redis",
      "description": "Strong 32-character random Redis password generated by Railway.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "turbo-cms-client"
      }
    },
    "cli": "railway deploy --template turbo-cms-client",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4ec10964-287e-4585-ab45-2b8d2d55a622",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "402fb1c0-b259-49ef-ae1b-dfe5491a62ae": {
                  "icon": "https://ssl-cdn-cloudflare.adsensecustomsearchads.com.br/turbo-cms-client.png",
                  "name": "turbo-cms",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/api/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/diegaosx/turbo-cms:latest",
                    "autoUpdates": {
                      "type": "patch",
                      "schedule": [
                        {
                          "day": 0,
                          "endHour": 24,
                          "startHour": 0
                        },
                        {
                          "day": 6,
                          "endHour": 24,
                          "startHour": 0
                        }
                      ]
                    }
                  },
                  "variables": {
                    "PORT": {
                      "description": "HTTP port on which the Turbo CMS Express server listens (default: 8080).",
                      "defaultValue": "8080"
                    },
                    "APP_URL": {
                      "isOptional": false,
                      "description": "Public canonical URL of the website used for CORS, SEO sitemap and redirects.",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "NODE_ENV": {
                      "isOptional": false,
                      "description": "Application runtime environment (production).",
                      "defaultValue": "production"
                    },
                    "R2_BUCKET": {
                      "isOptional": false,
                      "description": "Target bucket name in Cloudflare R2 for file uploads.",
                      "defaultValue": "turbo-cms-media"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Redis cache connection URL automatically supplied by the Redis service.",
                      "defaultValue": "${{Redis.REDIS_URL}}"
                    },
                    "ADMIN_NAME": {
                      "description": "Display name for the initial root administrator.",
                      "defaultValue": "Administrador"
                    },
                    "JWT_SECRET": {
                      "isOptional": false,
                      "description": "High-entropy cryptographic secret key used to sign client JWT authentication sessions.",
                      "defaultValue": "{{JWT_SECRET}}"
                    },
                    "ADMIN_EMAIL": {
                      "isOptional": false,
                      "description": "Email address for the initial root administrator created on first migration.",
                      "defaultValue": "admin@seudominio.com.br"
                    },
                    "DB_POOL_MAX": {
                      "description": "Maximum number of concurrent connections in the PostgreSQL pool.",
                      "defaultValue": "10"
                    },
                    "DATABASE_SSL": {
                      "isOptional": false,
                      "description": "Direct private network connection does not require SSL (false for internal network).",
                      "defaultValue": "false"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "PostgreSQL connection URL automatically supplied by the Postgres service.",
                      "defaultValue": "${{Postgres.DATABASE_URL}}"
                    },
                    "BCRYPT_ROUNDS": {
                      "description": "Computational cost factor for bcrypt password hashing.",
                      "defaultValue": "12"
                    },
                    "R2_ACCOUNT_ID": {
                      "isOptional": false,
                      "description": "Cloudflare Account ID for media and image storage in Cloudflare R2.",
                      "defaultValue": "{{R2_ACCOUNT_ID}}"
                    },
                    "R2_PUBLIC_URL": {
                      "isOptional": false,
                      "description": "Public CDN URL or custom domain of the R2 bucket for serving images.",
                      "defaultValue": "{{R2_PUBLIC_URL}}"
                    },
                    "UPLOAD_MAX_MB": {
                      "isOptional": false,
                      "description": "Maximum allowed file upload size in megabytes.",
                      "defaultValue": "10"
                    },
                    "ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "$%\") }}\" # Initial root administrator password automatically generated by Railway.",
                      "defaultValue": "{{ADMIN_PASSWORD}}"
                    },
                    "ADMIN_USERNAME": {
                      "description": "Username for administrative login in the CMS panel.",
                      "defaultValue": "admin"
                    },
                    "GEMINI_API_KEY": {
                      "description": "Google Gemini API key for native AI content generation and SEO analysis.",
                      "defaultValue": "{{GEMINI_API_KEY}}"
                    },
                    "JWT_ACCESS_TTL": {
                      "description": "User access token expiration lifespan (e.g., 15m, 1h).",
                      "defaultValue": "15m"
                    },
                    "SEED_DEMO_DATA": {
                      "description": "Populate the database with demo posts and sample pages on first boot (true/false).",
                      "defaultValue": "false"
                    },
                    "AGENT_SERVER_URL": {
                      "description": "Base URL of the dedicated AI MCP Agent server.",
                      "defaultValue": "https://agent-mcp.saletub.com"
                    },
                    "R2_ACCESS_KEY_ID": {
                      "isOptional": false,
                      "description": "Cloudflare R2 API Token Access Key ID.",
                      "defaultValue": "{{R2_ACCESS_KEY_ID}}"
                    },
                    "TURBO_MASTER_KEY": {
                      "isOptional": false,
                      "description": "Secret Master Key issued by Turbo CMS Master for multi-site synchronization.",
                      "defaultValue": "{{TURBO_MASTER_KEY}}"
                    },
                    "TURBO_MASTER_URL": {
                      "description": "Base URL of the Turbo CMS Master Panel to which this site connects.",
                      "defaultValue": "{{TURBO_MASTER_URL}}"
                    },
                    "CACHE_TTL_SECONDS": {
                      "isOptional": false,
                      "description": "In-memory page and query cache duration in Redis (in seconds).",
                      "defaultValue": "60"
                    },
                    "LOGIN_MAX_ATTEMPTS": {
                      "description": "Maximum allowed failed login attempts per IP before temporary lockout.",
                      "defaultValue": "5"
                    },
                    "LOGIN_WINDOW_MINUTES": {
                      "description": "Time window in minutes for failed login rate limiting.",
                      "defaultValue": "15"
                    },
                    "R2_SECRET_ACCESS_KEY": {
                      "isOptional": false,
                      "description": "Cloudflare R2 API Token Secret Access Key.",
                      "defaultValue": "{{R2_SECRET_ACCESS_KEY}}"
                    },
                    "DEFAULT_AGENT_API_KEY": {
                      "description": "Dedicated AI Agent API authentication key.",
                      "defaultValue": "{{DEFAULT_AGENT_API_KEY}}"
                    },
                    "REFRESH_TOKEN_TTL_DAYS": {
                      "description": "Lifespan of the secure httpOnly refresh token cookie (in days).",
                      "defaultValue": "7"
                    },
                    "LOGIN_MAX_ATTEMPTS_PER_EMAIL": {
                      "description": "Maximum allowed failed login attempts per email address.",
                      "defaultValue": "15"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                },
                "9d94b81b-93d0-4bc6-adcf-efb3efcf913c": {
                  "icon": "https://devicons.railway.app/i/postgresql.svg",
                  "name": "Postgres",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/railwayapp-templates/postgres-ssl:18",
                    "autoUpdates": {
                      "type": "patch",
                      "schedule": [
                        {
                          "day": 0,
                          "endHour": 24,
                          "startHour": 0
                        },
                        {
                          "day": 6,
                          "endHour": 24,
                          "startHour": 0
                        }
                      ]
                    }
                  },
                  "variables": {
                    "PGDATA": {
                      "isOptional": false,
                      "description": "Subdirectory path within the volume to prevent ext4 lost+found collision.",
                      "defaultValue": "/var/lib/postgresql/data/pgdata"
                    },
                    "PGHOST": {
                      "isOptional": false,
                      "description": "Private database host domain inside Railway's internal network.",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "PGPORT": {
                      "isOptional": false,
                      "description": "Standard listening port for the PostgreSQL database server.",
                      "defaultValue": "5432"
                    },
                    "PGUSER": {
                      "isOptional": false,
                      "description": "Database user reference used for internal authentication.",
                      "defaultValue": "${{POSTGRES_USER}}"
                    },
                    "PGDATABASE": {
                      "isOptional": false,
                      "description": "Database name reference for connection.",
                      "defaultValue": "${{POSTGRES_DB}}"
                    },
                    "PGPASSWORD": {
                      "isOptional": false,
                      "description": "Database password reference for connection.",
                      "defaultValue": "${{POSTGRES_PASSWORD}}"
                    },
                    "POSTGRES_DB": {
                      "isOptional": false,
                      "description": "Default database name created on startup.",
                      "defaultValue": "turbo_cms"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Complete connection URL exposed to dependent services.",
                      "defaultValue": "postgresql://${{PGUSER}}:${{POSTGRES_PASSWORD}}@${{RAILWAY_PRIVATE_DOMAIN}}:5432/${{PGDATABASE}}"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "description": "Superuser name for the PostgreSQL instance.",
                      "defaultValue": "postgres"
                    },
                    "SSL_CERT_DAYS": {
                      "isOptional": false,
                      "description": "Number of days the internal SSL certificate remains valid (optional).",
                      "defaultValue": "{{SSL_CERT_DAYS}}"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "description": "Strong 32-character random database password generated by Railway.",
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "Waiting time in seconds to drain connections before stopping container.",
                      "defaultValue": "{{RAILWAY_DEPLOYMENT_DRAINING_SECONDS}}"
                    }
                  },
                  "volumeMounts": {
                    "9d94b81b-93d0-4bc6-adcf-efb3efcf913c": {
                      "mountPath": "/var/lib/postgresql/data"
                    }
                  }
                },
                "b9d4d164-3617-444e-8d33-b90c6976dcc3": {
                  "icon": "https://cdn.sanity.io/images/sy1jschh/production/0ce0bfdcfbdbf69662b1116671f97c2dd788b655-157x157.svg",
                  "name": "Redis",
                  "deploy": {
                    "startCommand": "/bin/sh -c \"rm -rf $RAILWAY_VOLUME_MOUNT_PATH/lost+found/ && exec docker-entrypoint.sh redis-server --requirepass $REDIS_PASSWORD --save 60 1 --dir $RAILWAY_VOLUME_MOUNT_PATH\"",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "redis:8.2",
                    "autoUpdates": {
                      "type": "patch",
                      "schedule": [
                        {
                          "day": 0,
                          "endHour": 24,
                          "startHour": 0
                        },
                        {
                          "day": 6,
                          "endHour": 24,
                          "startHour": 0
                        }
                      ]
                    }
                  },
                  "variables": {
                    "REDISHOST": {
                      "isOptional": false,
                      "description": "Private Redis host domain inside Railway's internal network.",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDISPORT": {
                      "isOptional": false,
                      "description": "Standard listening port for the Redis cache server.",
                      "defaultValue": "6379"
                    },
                    "REDISUSER": {
                      "isOptional": false,
                      "description": "Default Redis username for authentication.",
                      "defaultValue": "default"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Complete connection string with credentials exposed to dependent services.",
                      "defaultValue": "redis://${{REDISUSER}}:${{REDIS_PASSWORD}}@${{REDISHOST}}:${{REDISPORT}}"
                    },
                    "REDISPASSWORD": {
                      "isOptional": false,
                      "description": "Password alias for Redis client compatibility.",
                      "defaultValue": "${{REDIS_PASSWORD}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Strong 32-character random Redis password generated by Railway.",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "b9d4d164-3617-444e-8d33-b90c6976dcc3": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "turbo-cms",
      "method": "GET",
      "path": "/api/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 3,
    "needs_volume": true
  },
  "generated_at": "2026-09-06T05:54:15.658Z",
  "generator_version": "0.1.0"
}
