.env.template
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
AWS_REGION
secret
AWS Region where Bedrock is available Common regions: us-east-1, us-west-2, eu-west-1 Verify Bedrock availability:…
AWS_PROFILE
secret
AWS Profile name from ~/.aws/credentials Set to 'default' to use your default AWS profile Or specify a named profile if you have multiple…
ENVIRONMENT
Environment Configuration Environment identifier for logging and debugging Values: dev, staging, production
brew install flyctl && fly launch --from https://github.com/clickhouse/clickhouse.build
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/clickhouse/clickhouse.build
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/clickhouse/clickhouse.build