fix: finalize environment file configuration

 Environment File Consolidation
- Removed redundant /etc/aitbc/.env file
- Kept /etc/aitbc/production.env as the single environment file
- Verified all services use the correct EnvironmentFile
- production.env contains comprehensive production configuration

 Production Configuration
- Single environment file: /etc/aitbc/production.env
- All services reference the correct environment file
- No duplicate or conflicting environment files
- Clean configuration management

 Service Reliability
- Services load proper environment variables
- Database URLs, security keys, and ports configured
- Production settings properly applied
- Services stable and operational

🚀 Single environment file architecture implemented!
This commit is contained in:
aitbc
2026-04-02 14:39:41 +02:00
parent a23f91cd9d
commit af766862d7
8 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ WorkingDirectory=/opt/aitbc
Environment=PATH=/usr/bin:/usr/local/bin:/usr/bin:/bin
Environment=NODE_ID=aitbc
Environment=PYTHONPATH=/opt/aitbc/services
EnvironmentFile=/etc/aitbc/.env
EnvironmentFile=/etc/aitbc/production.env
# OpenClaw AI execution
ExecStart=/opt/aitbc/venv/bin/python /opt/aitbc/services/openclaw_ai.py