Files
aitbc/systemd/aitbc-coordinator-api.service.d/10-central-env.conf
aitbc f1d508489c feat: migrate configuration to system location
 Configuration Migration
- Moved configs from /opt/aitbc/config to /etc/aitbc
- Moved production .env to /etc/aitbc/production.env
- Updated all code references to use /etc/aitbc
- Updated systemd services to use /etc/aitbc
- Removed config files from git tracking
- Updated .gitignore for config files

 System Compliance
- All configuration now in /etc/aitbc (FHS compliant)
- No configuration files in repository
- Proper system-wide configuration location
- Security-sensitive files in system location

 Service Updates
- Production services use /etc/aitbc/production.env
- SystemD services use /etc/aitbc/.env
- All code references updated to system paths
- Services restart and test successfully

🚀 AITBC configuration now follows proper system standards!
2026-04-02 13:52:46 +02:00

3 lines
42 B
Plaintext

[Service]
EnvironmentFile=/etc/aitbc/.env