Initialize Aidoit v0.1 monorepo
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user