ConceptARC db upload

This commit is contained in:
bmachado
2025-11-05 13:28:23 +00:00
parent aec95ed954
commit fa5f12fd47
10 changed files with 1061 additions and 1 deletions

10
.env Normal file
View File

@ -0,0 +1,10 @@
# Copy this file to .env and fill in the values
# Database configuration
DB_HOST=mariadb.vialink.com.br
DB_USER=bp_solver
DB_PASSWORD=A0bn%3H5sHl7C8Jk
DB_NAME=arc
DB_PORT=3306
# Add other secrets here as needed
# e.g., API keys: OPENAI_API_KEY=...