- React + TypeScript frontend with automatic color coding - Confluence API integration for data sync - AWS Amplify deployment with Terraform - Support for all Bambu Lab filament colors including gradients
11 lines
404 B
Plaintext
11 lines
404 B
Plaintext
# Copy this file to terraform.tfvars and fill in your values
|
|
|
|
github_repository = "https://github.com/yourusername/filamenteka"
|
|
github_token = "ghp_your_github_token_here"
|
|
|
|
confluence_api_url = "https://your-domain.atlassian.net"
|
|
confluence_token = "your_confluence_api_token"
|
|
confluence_page_id = "your_confluence_page_id"
|
|
|
|
# Optional: Custom domain
|
|
# domain_name = "filamenteka.yourdomain.com" |