Configuration Samples¶
This directory contains sample configuration files for various integrations and features in LBS Foundry.
Available Configuration Samples¶
Discord Integration¶
File: discord-settings.sample.json
Sample configuration for Discord bot integration, including: - Bot token and application credentials - Verification settings - Role management configuration
Usage: 1. Copy the sample file to your configuration location 2. Replace placeholder values with your actual Discord credentials 3. Update verification settings for your environment
Related Documentation: - Discord Integration Guide - Discord Verification Implementation
Adding New Configuration Samples¶
When adding new configuration samples:
1. Use descriptive filenames with .sample suffix (e.g., service-name.sample.json)
2. Include placeholder values, never real credentials
3. Document all required fields with comments where possible
4. Add a section to this README describing the sample
5. Link to related documentation
Security Notes¶
- Sample files should never contain real credentials or secrets
- Use clear placeholder values like
YOUR_API_KEY_HERE - Document minimum requirements (e.g., "HMAC secret must be at least 32 characters")
- Reference environment variable alternatives where applicable