# Fake stand-in for the private tier's bws map. Same STRUCTURE as the real one # -- seven secrets and one alias -- because `dotsecrets` is copied verbatim and # the "8 exports, not 7" assertion depends on that cardinality. # # The ids are sequential and obviously synthetic. They are not secrets in the # real repo either (a UUID fetches nothing without the machine token), but a # fake tree should be unmistakably fake at a glance. [bws] project = "00000000-0000-4000-8000-000000000000" [[bws.secrets]] env = "LAB_ALPHA_API_KEY" id = "00000000-0000-4000-8000-000000000001" [[bws.secrets]] env = "LAB_BRAVO_API_KEY" id = "00000000-0000-4000-8000-000000000002" [[bws.secrets]] env = "LAB_CHARLIE_API_KEY" id = "00000000-0000-4000-8000-000000000003" [[bws.secrets]] env = "LAB_DELTA_API_KEY" id = "00000000-0000-4000-8000-000000000004" [[bws.secrets]] env = "LAB_ECHO_API_KEY" id = "00000000-0000-4000-8000-000000000005" [[bws.secrets]] env = "LAB_FOXTROT_API_KEY" id = "00000000-0000-4000-8000-000000000006" [[bws.secrets]] env = "LAB_GOLF_API_KEY" id = "00000000-0000-4000-8000-000000000007" # One value under two names, exactly as ZAI_API_KEY aliases Z_AI_API_KEY. This # is why the real machine has 7 secrets and 8 exports. [[bws.aliases]] name = "LAB_GOLF_ALIAS_KEY" from = "LAB_GOLF_API_KEY"