Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
4.8 KiB
4.8 KiB
Configuration File Inventory
Last Updated: 2026-01-22
Status: 🟢 Active Master Reference
Purpose: Complete inventory of all configuration templates and example files
Summary
- Total Template Files: 31
- Categories: Environment, Network, Proxmox, Application, Database
Environment Configuration Templates
Root Level
claude_desktop_config.json.example- Claude Desktop MCP configuration
ProxmoxVE
ProxmoxVE/api/.env.example- ProxmoxVE API environment
DBIS Core
dbis_core/frontend/.env.example- Frontend environmentdbis_core/templates/postgresql/postgresql.conf.example- PostgreSQL configuration
Miracles In Motion
miracles_in_motion/.env.example- Base environmentmiracles_in_motion/.env.public.example- Public environmentmiracles_in_motion/env.production.template- Production environment
RPC Translator
rpc-translator-138/env.template- RPC translator environment
SMOM-DBIS-138
smom-dbis-138/.env.example- Base environmentsmom-dbis-138/.env.template- Environment templatesmom-dbis-138/env.tokenization.example- Tokenization environmentsmom-dbis-138/frontend-dapp/.env.example- Frontend dApp environmentsmom-dbis-138/sdk/env.example- SDK environment
Production Config
config/production/.env.production.template- Production environment template
Proxmox Configuration Templates
SMOM-DBIS-138 Proxmox
smom-dbis-138-proxmox/config/proxmox.conf.example- Proxmox connectionsmom-dbis-138-proxmox/config/network.conf.example- Network configurationsmom-dbis-138-proxmox/config/inventory.example- Container inventory
Scripts
scripts/env.r630-01.example- R630-01 environmentscripts/update-all-dns-to-public-ip.env.example- DNS update environment
Application Configuration Templates
SMOM-DBIS-138
smom-dbis-138/config/trustless-bridge.config.json.example- Bridge configuration
Metaverse Dubai
metaverseDubai/Config/DefaultEngine.ini.example- Unreal Engine configmetaverseDubai/Config/DefaultGame.ini.example- Game configuration
Terraform Configuration Templates
SMOM-DBIS-138 Terraform
smom-dbis-138/terraform/terraform.tfvars.example- Main Terraform variablessmom-dbis-138/terraform/terraform.tfvars.vm.example- VM Terraform variablessmom-dbis-138/terraform/backend.tf.example- Terraform backendsmom-dbis-138/terraform/well-architected/terraform.tfvars.example- Well-architected variablessmom-dbis-138/terraform/well-architected/cloud-sovereignty/terraform.tfvars.example- Cloud sovereignty variablessmom-dbis-138/terraform/phases/phase1/terraform.tfvars.example- Phase 1 variablessmom-dbis-138/terraform/phases/phase1/config/env.mainnet.template- Mainnet environmentsmom-dbis-138/terraform/phases/phase1/config/env.chain138.template- Chain 138 environment
Configuration File Status
✅ Active Templates (Ready for Use)
- All
.exampleand.templatefiles are current - Templates match current project structure
- Documentation exists for most templates
✅ Standardization Complete
- All templates now use
.examplenaming convention - 8 files renamed from
.templateto.example - Templates match current project structure
Template Usage Guidelines
Creating Configuration from Template
# Copy template to actual config file
cp <template-file> <config-file>
# Edit with actual values
nano <config-file>
Template Naming Convention
.example- Example configuration with placeholder values.template- Template file for generating configurations.sample- Sample configuration (less common)
Required Configurations
Critical (Must Configure)
- Proxmox Connection -
smom-dbis-138-proxmox/config/proxmox.conf - Network Configuration -
smom-dbis-138-proxmox/config/network.conf - Environment Variables - Various
.envfiles
Important (Should Configure)
- Database Configurations - PostgreSQL, Redis
- Application Configurations - Service-specific configs
- Terraform Variables - Infrastructure as code
Optional (Nice to Have)
- Advanced Configurations - Monitoring, logging, etc.
Related Documents
- ENV_STANDARDIZATION.md - Environment variable standards
- MCP_SETUP.md - MCP configuration guide
- COMPREHENSIVE_PROJECT_REVIEW.md - Project review
Last Updated: 2026-01-22
Maintainer: System Administrator
Update Frequency: On template additions/updates
Current Status: ✅ Up to date - 31 template files cataloged, all standardized to .example, ip-addresses.conf added