Commit Graph

2 Commits

Author SHA1 Message Date
openhands 3d2abe9e70 fix: Update production database credentials to match existing setup
- Changed DB_USER from calejo_user to calejo
- Changed DB_NAME from calejo_production to calejo
- Updated docker-compose.production.yml to match
2025-11-01 16:06:01 +00:00
openhands 308972c265 feat: Add production configuration to disable internal protocol servers
- Created .env.production with OPCUA_ENABLED=false and MODBUS_ENABLED=false
- Created docker-compose.production.yml that uses production environment file
- Updated deployment script to use production docker-compose file when available
- This prevents connection issues when protocol servers are not available
2025-11-01 16:02:26 +00:00