Skip to main content

Settings & Configuration

PutmeIn reads runtime configurations from environment variables or from ~/.putmein/.env.

Environment Variables

VariableDefaultDescription
RAY_PORT4567Port for the Ray web dashboard.
BRAIN_PORT4500Port for the Brain background engine.
DATABASE_URLDatabase connection string (MySQL / MariaDB / SQLite).
BRAIN_INTERNAL_SECRETauto-generatedSecret token for secure Brain ↔ Ray communication.
AGENT_AUTONOMOUSfalseEnable or disable autonomous DevOps action mode.

Configuration File Location

The local configuration file is stored in your home directory:

~/.putmein/.env

Example .env configuration:

RAY_PORT=4567
BRAIN_PORT=4500
DATABASE_URL=mysql://root:[email protected]:3306/putmein
AGENT_AUTONOMOUS=true