11 lines
249 B
Bash
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=...
|