Tribes environment variables
This is a breakdown of the neccessary environment variables needed to run a Tribes server.
All of these environment variables can be found in the .env.example file in the Tribes repo.
The variables
Section titled “The variables”| Variable Name | Description |
|---|---|
| REDIS_HOST | Redis DB hostname |
| REDIS_PORT | Redis DB port |
| REDIS_DB | Redis DB number |
| REDIS_USERNAME | Redis DB username |
| REDIS_PASSWORD | Redis DB password |
| PUBLIC_ACCESS | Tribes privacy setting; 0 means the server is private; 1 means the server is public |
| APP_KEY | Secret value for Flask server for encrypting cookies; this should be base32 encoded |
| PORT | Port where the Tribes server will run |