adaptai / platform /dbops /projects /dto /.env.example
ADAPT-Chase's picture
Add files using upload-large-folder tool
f3d60a8 verified
# DTO Framework Environment Example
# Core
DTO_ENV=production
# Hugging Face / Xet
HF_TOKEN=replace_with_hf_token
HF_ORG=your-org
HF_REPO_ARTIFACTS=your-org/dto-artifacts
HF_REPO_DATASETS=your-org/dto-datasets
HF_REPO_MODELS=your-org/dto-models
HF_MAX_UPLOAD_THREADS=8
HF_CHUNK_SIZE_MB=64
HF_TIMEOUT=300
# NATS (events)
NATS_PRODUCER_PASSWORD=replace
NATS_CONSUMER_PASSWORD=replace
NATS_ADMIN_PASSWORD=replace
# Dragonfly (cache)
DRAGONFLY_PASSWORD=replace
DRAGONFLY_PRODUCER_PASSWORD=replace
DRAGONFLY_CONSUMER_PASSWORD=replace
DRAGONFLY_ADMIN_PASSWORD=replace
# Slack
SLACK_BOT_TOKEN=xoxb-...
SLACK_APP_TOKEN=xapp-...
# Jira
JIRA_SERVER_URL=https://jira.example.com
JIRA_USERNAME=your-user
JIRA_API_TOKEN=your-token
# Confluence
CONFLUENCE_SERVER_URL=https://confluence.example.com
CONFLUENCE_USERNAME=your-user
CONFLUENCE_API_TOKEN=your-token
# Cassandra / Redis (optional)
CASSANDRA_USERNAME=
CASSANDRA_PASSWORD=
REDIS_CLUSTER_PASSWORD=