Back to Amplication

Amplication git sync manager service

ee/packages/git-sync-manager/README.md

3.15.03.4 KB
Original Source

Amplication git sync manager service

Environment Variables

EnvironmentDescriptionValue
BASE_BUILDS_FOLDERpath to a folder where your builds will be savedAbsolute path to a folder where your builds will be saved for development purposes, leave this variable empty to use .amplication/storage relative to the execution folder.
GITHUB_APP_APP_IDID of the installed github app[github-app-app-id]
GITHUB_APP_CLIENT_SECRETsecret of your github app[use-secret-manager]
GITHUB_APP_PRIVATE_KEYprivate key of the installed github app[github-app-private-key]
KAFKA_BROKERSkafka client must be configured with at least one broker. The brokers on the list are considered seed brokers and are only used to bootstrap the client and load initial metadata["localhost:9092"]
KAFKA_CLIENT_IDA logical identifier of an application. Can be used by brokers to apply quotas or trace requests to a specific application. Example: booking-events-processorgit-sync-manager
KAFKA_GROUP_IDprevent collisions between Nest microservice client and server components"git-sync-manager-group"