All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m33s
Merges full history from art-dag/mono.git into the monorepo under the artdag/ directory. Contains: core (DAG engine), l1 (Celery rendering server), l2 (ActivityPub registry), common (shared templates/middleware), client (CLI), test (e2e). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> git-subtree-dir: artdag git-subtree-mainline:1a179de547git-subtree-split:4c2e716558
21 lines
654 B
Plaintext
21 lines
654 B
Plaintext
# L1 Server Configuration
|
|
|
|
# PostgreSQL password (REQUIRED - no default)
|
|
POSTGRES_PASSWORD=changeme-generate-with-openssl-rand-hex-16
|
|
|
|
# Admin token for purge operations (REQUIRED - no default)
|
|
# Generate with: openssl rand -hex 32
|
|
ADMIN_TOKEN=changeme-generate-with-openssl-rand-hex-32
|
|
|
|
# L1 host IP/hostname for GPU worker cross-VPC access
|
|
L1_HOST=your-l1-server-ip
|
|
|
|
# This L1 server's public URL (sent to L2 when publishing)
|
|
L1_PUBLIC_URL=https://l1.artdag.rose-ash.com
|
|
|
|
# L2 server URL (for authentication and publishing)
|
|
L2_SERVER=https://artdag.rose-ash.com
|
|
|
|
# L2 domain for ActivityPub actor IDs (e.g., @user@domain)
|
|
L2_DOMAIN=artdag.rose-ash.com
|