# An EXAMPLE of the shape of `hexasync-cli.yaml`. Every credential below is a placeholder.
#
# This file held real values from 2023-11-29 until 2026-08-08: a live GitHub personal access token and
# the HexaSync admin password, committed and pushed. Trivy's secret scan found them on the first run of
# the new CI gate. Those credentials have been rotated; what is here now is inert, and must stay that
# way — put real values in your own copy outside the repository, or in the environment.
#
# `GithubPAT` in particular is read from the ENVIRONMENT by the code that uses it
# (`apps/cli/src/commands/compose/RegisterServices.ts` reads `process.env.GithubPAT`), never from this
# file. Nothing in the codebase reads this file at all; it is documentation of the format.
HexasyncAdminUserName: 'you@example.com'
HexasyncAdminPassword: '<your-hexasync-admin-password>'
GithubPAT: '<your-github-personal-access-token>'
HexasyncGatewayUrl: 'https://sso-az.hexasync.com'
HexasyncProfileUrl: 'https://profile-az.hexasync.com'

GithubOwner: 'hexasync-saas'
GithubOfficialTemplatesRepositoryName: 'official-templates'
GithubTemplatesRepositoryName: 'templates'
