.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
GT_S3_BUCKET
Settings for s3 test
GT_S3_ACCESS_KEY_ID
secret
GT_S3_ACCESS_KEY
secret
GT_S3_ENDPOINT_URL
GT_S3_REGION
GT_OSS_BUCKET
Settings for oss test
GT_OSS_ACCESS_KEY_ID
secret
GT_OSS_ACCESS_KEY
secret
GT_OSS_ENDPOINT
GT_AZBLOB_CONTAINER
Settings for azblob test
GT_AZBLOB_ACCOUNT_NAME
GT_AZBLOB_ACCOUNT_KEY
secret
GT_AZBLOB_ENDPOINT
GT_GCS_BUCKET
Settings for gcs test
GT_GCS_SCOPE
GT_GCS_CREDENTIAL_PATH
secret
GT_GCS_CREDENTIAL
secret
GT_GCS_ENDPOINT
GT_KAFKA_ENDPOINTS
Settings for kafka wal test
GT_MYSQL_ADDR
Setting for fuzz tests
brew install flyctl && fly launch --from https://github.com/cppcoffee/greptimedb
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/cppcoffee/greptimedb
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/cppcoffee/greptimedb