8e37f65b8e
Lands manifests/, overlays/, dns/, scripts/, Makefile per M1.1. Bundles yourplatform.com→breakpilot.com rename. vms/ removed (out-of-scope for Orca). Refs: M1.1
12 lines
378 B
TOML
12 lines
378 B
TOML
# Dev overlay — placeholder.
|
|
#
|
|
# Dev runs everything in docker-compose on the developer's laptop, not via
|
|
# Orca. This overlay exists so `make plan ENV=dev` is symmetric with stage/
|
|
# prod, but it does not yet point at real images.
|
|
#
|
|
# Real dev wiring lives in the per-service repos' `make dev` target.
|
|
|
|
[env]
|
|
name = "dev"
|
|
api_url = "" # no orca controller; apply is a no-op
|