Setup Docker infrastructure for GoMag vending import system
- Add Flask admin interface with Oracle connection pool - Create ARTICOLE_TERTI table for SKU mappings - Configure Docker container with Oracle Instant Client - Setup project documentation and requirements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
9
api/tnsnames.ora
Normal file
9
api/tnsnames.ora
Normal file
@@ -0,0 +1,9 @@
|
||||
ROA_ROMFAST =
|
||||
(DESCRIPTION =
|
||||
(ADDRESS_LIST =
|
||||
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.0.20.36)(PORT = 1521))
|
||||
)
|
||||
(CONNECT_DATA =
|
||||
(SID = ROA)
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user