Files
proxmox/docs/11-references/CONFIGURATION_FILE_INVENTORY.md
defiQUG cc6d0705da
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
docs: references, network, besu, CCIP, troubleshooting, archive, quick ref
Made-with: Cursor
2026-03-27 18:50:28 -07:00

147 lines
4.8 KiB
Markdown

# 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 environment
- `dbis_core/templates/postgresql/postgresql.conf.example` - PostgreSQL configuration
### Miracles In Motion
- `miracles_in_motion/.env.example` - Base environment
- `miracles_in_motion/.env.public.example` - Public environment
- `miracles_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 environment
- `smom-dbis-138/.env.template` - Environment template
- `smom-dbis-138/env.tokenization.example` - Tokenization environment
- `smom-dbis-138/frontend-dapp/.env.example` - Frontend dApp environment
- `smom-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 connection
- `smom-dbis-138-proxmox/config/network.conf.example` - Network configuration
- `smom-dbis-138-proxmox/config/inventory.example` - Container inventory
### Scripts
- `scripts/env.r630-01.example` - R630-01 environment
- `scripts/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 config
- `metaverseDubai/Config/DefaultGame.ini.example` - Game configuration
---
## Terraform Configuration Templates
### SMOM-DBIS-138 Terraform
- `smom-dbis-138/terraform/terraform.tfvars.example` - Main Terraform variables
- `smom-dbis-138/terraform/terraform.tfvars.vm.example` - VM Terraform variables
- `smom-dbis-138/terraform/backend.tf.example` - Terraform backend
- `smom-dbis-138/terraform/well-architected/terraform.tfvars.example` - Well-architected variables
- `smom-dbis-138/terraform/well-architected/cloud-sovereignty/terraform.tfvars.example` - Cloud sovereignty variables
- `smom-dbis-138/terraform/phases/phase1/terraform.tfvars.example` - Phase 1 variables
- `smom-dbis-138/terraform/phases/phase1/config/env.mainnet.template` - Mainnet environment
- `smom-dbis-138/terraform/phases/phase1/config/env.chain138.template` - Chain 138 environment
---
## Configuration File Status
### ✅ Active Templates (Ready for Use)
- All `.example` and `.template` files are current
- Templates match current project structure
- Documentation exists for most templates
### ✅ Standardization Complete
- All templates now use `.example` naming convention
- 8 files renamed from `.template` to `.example`
- Templates match current project structure
---
## Template Usage Guidelines
### Creating Configuration from Template
```bash
# 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)
1. **Proxmox Connection** - `smom-dbis-138-proxmox/config/proxmox.conf`
2. **Network Configuration** - `smom-dbis-138-proxmox/config/network.conf`
3. **Environment Variables** - Various `.env` files
### Important (Should Configure)
1. **Database Configurations** - PostgreSQL, Redis
2. **Application Configurations** - Service-specific configs
3. **Terraform Variables** - Infrastructure as code
### Optional (Nice to Have)
1. **Advanced Configurations** - Monitoring, logging, etc.
---
## Related Documents
- **[ENV_STANDARDIZATION.md](../04-configuration/ENV_STANDARDIZATION.md)** - Environment variable standards
- **[MCP_SETUP.md](../04-configuration/MCP_SETUP.md)** - MCP configuration guide
- **[MASTER_INDEX.md](../MASTER_INDEX.md)** — documentation entry point; **[config/ip-addresses.conf](../../config/ip-addresses.conf)** — LAN IP variables
---
**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