im_wower
·
2026-03-22
baa-conductor.env.example
1# Copy this file to a private path outside the repo, then fill the real values.
2# Current mainline keeps one public ingress and one mini node.
3
4BAA_APP_NAME=baa-conductor
5
6BAA_CF_ZONE_NAME=makefile.so
7BAA_CF_ZONE_ID=REPLACE_WITH_CLOUDFLARE_ZONE_ID
8BAA_CF_API_TOKEN_ENV=CLOUDFLARE_API_TOKEN
9BAA_CF_TTL=1
10BAA_CF_PROXY_CONDUCTOR=true
11
12BAA_PUBLIC_IPV4=203.0.113.10
13BAA_PUBLIC_IPV6=
14
15BAA_CONDUCTOR_HOST=conductor.makefile.so
16
17BAA_MINI_TAILSCALE_IP=100.71.210.78
18BAA_CONDUCTOR_PORT=4317
19
20BAA_NGINX_SITE_NAME=baa-conductor.conf
21BAA_NGINX_SITE_INSTALL_DIR=/etc/nginx/sites-available
22BAA_NGINX_SITE_ENABLED_DIR=/etc/nginx/sites-enabled
23BAA_NGINX_INCLUDE_DIR=/etc/nginx/includes/baa-conductor
24BAA_NGINX_HTPASSWD_PATH=/etc/nginx/.htpasswd-baa-conductor
25BAA_TLS_CERT_ROOT=/etc/letsencrypt/live
26
27BAA_BUNDLE_DIR=.tmp/ops/baa-conductor-nginx