Skip to content

Commit d26b677

Browse files
committed
readme update
1 parent 11554f1 commit d26b677

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ This way, timefusion is used as a compute and cache engine, not primary data sto
99

1010
Timefusion can be configured using the following environment variables:
1111

12-
| Variable | Description | Default |
13-
|----------|-------------|---------|
14-
| `PORT` | HTTP server port | `80` |
15-
| `PGWIRE_PORT` | PostgreSQL wire protocol port | `5432` |
16-
| `AWS_S3_BUCKET` | AWS S3 bucket name | Required |
17-
| `AWS_S3_ENDPOINT` | AWS S3 endpoint URL | `https://s3.amazonaws.com` |
18-
| `QUEUE_DB_PATH` | Path to the persistent queue database | `/app/queue_db` |
12+
| Variable | Description | Default |
13+
| --------------------- | ----------------------------- | -------------------------- |
14+
| `PORT` | HTTP server port | `80` |
15+
| `PGWIRE_PORT` | PostgreSQL wire protocol port | `5432` |
16+
| `AWS_S3_BUCKET` | AWS S3 bucket name | Required |
17+
| `AWS_S3_ENDPOINT` | AWS S3 endpoint URL | `https://s3.amazonaws.com` |
18+
| AWS_ACCESS_KEY_ID | AWS access key | - |
19+
| AWS_SECRET_ACCESS_KEY | AWS secret key | - |
1920

2021
For local development, you can set `QUEUE_DB_PATH` to a location in your development environment.

0 commit comments

Comments
 (0)