- examples/fixture-invoicing/: FastAPI + Vue + Postgres demo (4-entity invoice fixture)
- cfg/sample/: wraps the fixture (managed.repos points at examples/)
- ctrl/kind-{up,down,status}.sh + per-room k8s render in soleprint/ctrl/k8s/
- build.py: relative repo paths, resilient rmtree, optional k8s render hook
- cfg/.gitignore: stop ignoring sample/ and standalone/ template rooms
Manifests render cleanly but kind cluster has not been run end-to-end yet.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
33 lines
1.4 KiB
Bash
33 lines
1.4 KiB
Bash
# =============================================================================
|
|
# Sample Soleprint Configuration
|
|
# =============================================================================
|
|
|
|
# =============================================================================
|
|
# DEPLOYMENT
|
|
# =============================================================================
|
|
DEPLOYMENT_NAME=sample_spr
|
|
|
|
# =============================================================================
|
|
# NETWORK
|
|
# =============================================================================
|
|
NETWORK_NAME=sample_network
|
|
|
|
# =============================================================================
|
|
# PORTS (unique per room)
|
|
# =============================================================================
|
|
SOLEPRINT_PORT=12030
|
|
NGINX_PORT=8130
|
|
|
|
# =============================================================================
|
|
# GOOGLE OAUTH
|
|
# =============================================================================
|
|
GOOGLE_CLIENT_ID=1076380473867-k6gvdg8etujj2e51bqejve78ft99hnqd.apps.googleusercontent.com
|
|
GOOGLE_CLIENT_SECRET=***REMOVED***
|
|
GOOGLE_REDIRECT_URI=http://sample.spr.local.ar/artery/google/oauth/callback
|
|
|
|
# =============================================================================
|
|
# AUTH
|
|
# =============================================================================
|
|
AUTH_BYPASS=true
|
|
AUTH_SESSION_SECRET=sample-dev-secret-change-in-production
|