-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.vm.example
More file actions
51 lines (40 loc) · 1.23 KB
/
Copy path.env.vm.example
File metadata and controls
51 lines (40 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# GraphDone VM Environment Variables
# Copy this file to .env.vm and fill in your values
# These variables can be used to configure VM launches
# Tailscale Configuration
# Get your auth key from: https://login.tailscale.com/admin/settings/keys
# IMPORTANT: Use ephemeral keys for security
TAILSCALE_AUTH_KEY=
# VM Resource Overrides
# These override values in vm.config.yml
# VM_CPUS=4
# VM_MEMORY=8G
# VM_DISK=30G
# Git Configuration
# VM_BRANCH=main
# VM_REPO_URL=https://github.com/GraphDone/GraphDone-Core.git
# VM Name Override
# VM_NAME=graphdone-dev
# Docker Registry (for private images)
# DOCKER_REGISTRY_URL=
# DOCKER_REGISTRY_USER=
# DOCKER_REGISTRY_PASSWORD=
# Neo4j Configuration (if different from defaults)
# NEO4J_PASSWORD=graphdone_password
# NEO4J_USER=neo4j
# Development Settings
# NODE_ENV=development
# DEBUG=graphdone:*
# Network Configuration
# VM_BRIDGE_INTERFACE=eth0
# VM_USE_BRIDGE=false
# Startup Configuration
# VM_AUTO_SETUP=true
# VM_AUTO_SEED=true
# VM_RUN_ON_BOOT=true
# Additional Mounts (comma-separated host:vm pairs)
# VM_MOUNTS=~/data:/home/ubuntu/data,~/projects:/home/ubuntu/projects
# Cloud Provider Settings (for cloud VMs)
# CLOUD_PROVIDER=aws
# CLOUD_REGION=us-west-2
# CLOUD_INSTANCE_TYPE=t3.xlarge