Files
Pavel Kerndl c0b013f067
CI / frontend (push) Canceled after 0s
CI / api (push) Canceled after 0s
Initialize Aidoit v0.1 monorepo
2026-07-27 18:27:37 +02:00

19 lines
504 B
Bash

AIDOIT_ENV=development
AIDOIT_ADMIN_TOKEN=replace-with-a-long-random-token
POSTGRES_DB=aidoit
POSTGRES_USER=aidoit
POSTGRES_PASSWORD=replace-me
DATABASE_URL=postgresql+psycopg://aidoit:replace-me@localhost:5432/aidoit
REDIS_URL=redis://localhost:6379/0
MINIO_ROOT_USER=aidoit
MINIO_ROOT_PASSWORD=replace-with-a-long-password
MINIO_ENDPOINT=http://localhost:9000
MINIO_BUCKET=aidoit-artifacts
NEXT_PUBLIC_API_URL=http://localhost:8000
WEB_ORIGIN=http://localhost:3000
MSP_ORIGIN=http://localhost:3001