portless.json.with-custom-tld.json 493 B

1234567891011
  1. {
  2. "_comment_purpose": "portless.json with documented TLD choice — actual TLD is a proxy-level setting (PORTLESS_TLD env or --tld flag); this file just records the choice for the repo",
  3. "name": "myapp",
  4. "_tld_choice": "test",
  5. "_tld_reason": "IANA-reserved (RFC 6761), OAuth-safe, no DNS collision risk",
  6. "_proxy_start_command": "portless proxy start --tld test --port 443",
  7. "_strip_underscored_keys_before_using": "remove all keys starting with underscore before committing"
  8. }