-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathefctl.yaml
More file actions
34 lines (25 loc) · 1.34 KB
/
efctl.yaml
File metadata and controls
34 lines (25 loc) · 1.34 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
# efctl.yaml — Configuration file for efctl CLI
# All properties are optional. CLI flags (e.g. --with-frontend) override these values.
# Enable the builder-scaffold web frontend (Vite dev server on port 5173)
with-frontend: true
# Enable the SQL Indexer and GraphQL API
with-graphql: true
# Git clone URL for the world-contracts repository
world-contracts-url: "https://github.com/evefrontier/world-contracts.git"
# Ref (branch, tag, or commit) to checkout for world-contracts (default: v0.0.23)
world-contracts-ref: "v0.0.23"
# world-contracts-branch: "v0.0.23" # Deprecated: use world-contracts-ref
# Git clone URL for the builder-scaffold repository
builder-scaffold-url: "https://github.com/evefrontier/builder-scaffold.git"
# Ref (branch, tag, or commit) to checkout for builder-scaffold (default: v0.0.2)
builder-scaffold-ref: "v0.0.2"
# builder-scaffold-branch: "v0.0.2" # Deprecated: use builder-scaffold-ref
# Configure Git core.autocrlf for cloned repositories (default: false)
git-autocrlf: false
# Preferred container engine: "docker", "podman", or "auto-detect" (default: auto-detect)
# If Podman networking fails on WSL, try setting this to "docker".
container-engine: auto-detect
# Additional host directories to bind-mount into the container environment.
# additional-bind-mounts:
# - hostPath: ./my-extension
# identifier: my-extension