Files
arc-humans-interface-db/.env
2025-11-05 13:28:23 +00:00

11 lines
249 B
Bash

# 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=...