Advanced Setup
Introduction
Configuration
Setting config via environment variables
# .env
KEY1=value1
KEY2=value2# Copy the .env.default file to .env
cp .env.default .envSecrets directory
Database selection
PostgreSQL
AutoGPT Agent Server Advanced set up
Setup
Running The Server
Starting the server directly
Last updated
Was this helpful?