Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 945 Bytes

settings.md

File metadata and controls

17 lines (12 loc) · 945 Bytes

Server settings

The service is configured via environment variables which must be present in the shell where you are running it from, or from a simple .env file.

You will find an example of such file in the repository.

Configuration Keys

Key Default Required Description
GRPC_LISTEN_ADDR "0.0.0.0:50058" Yes The address to bind the GRPC server to
QUEUE_NAME "chaosplatform" Yes The name of the queue holding the scheduled jobs
REDIS_HOST "127.0.0.1" Yes The address of Redis server to connect to
REDIS_PORT 6379 Yes The port of the Redis server to connect to