19 lines
504 B
Bash
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
|