SERVER_PORT=4100
DATABASE_URL=postgres://seo_farm:seo_farm@localhost:5432/seo_farm

S3_ENDPOINT=http://localhost:9000
S3_REGION=us-east-1
S3_ACCESS_KEY_ID=seo_farm
S3_SECRET_ACCESS_KEY=seo_farm_secret
S3_BUCKET=seo-farm-artifacts
S3_FORCE_PATH_STYLE=true

VITE_API_BASE_URL=http://localhost:4100
