Files
gomag-vending/api/tnsnames.ora
Marius Mutu 3f654cd771 Update Oracle connection configuration
- Update tnsnames.ora with correct host IP address
- Ensure proper TNS configuration for ROA database

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-08 22:52:20 +03:00

9 lines
172 B
Plaintext

ROA_ROMFAST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.0.20.122)(PORT = 1521))
)
(CONNECT_DATA =
(SID = ROA)
)
)