Back to Amplication

Amplication storage gateway

packages/amplication-storage-gateway/README.md

3.15.01.3 KB
Original Source

Amplication storage gateway

Environment Variables:

EnvironmentDescriptionValue
PORTthe port that the service is running on3002
COMPOSE_PROJECT_NAMEdocker image nameamplication-storage-gateway
JWT_SECRET_KEYjwt secret keym&XAFzBpM3es
JWT_EXPIRATIONjwt expiration2d
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"]
CHECK_USER_ACCESS_TOPICKafka topics are the categories used to organize messages. Each topic has a name that is unique across the entire Kafka cluster"auth.user.access"
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-processor"storage-queue-client
KAFKA_GROUP_IDprevent collisions between Nest microservice client and server components"storage-server-group
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.