ee/packages/git-sync-manager/README.md
| Environment | Description | Value |
|---|---|---|
| BASE_BUILDS_FOLDER | path to a folder where your builds will be saved | Absolute 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_ID | ID of the installed github app | [github-app-app-id] |
| GITHUB_APP_CLIENT_SECRET | secret of your github app | [use-secret-manager] |
| GITHUB_APP_PRIVATE_KEY | private key of the installed github app | [github-app-private-key] |
| KAFKA_BROKERS | kafka 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_ID | A logical identifier of an application. Can be used by brokers to apply quotas or trace requests to a specific application. Example: booking-events-processor | git-sync-manager |
| KAFKA_GROUP_ID | prevent collisions between Nest microservice client and server components | "git-sync-manager-group" |