Fix : csv deleted column (#745)

* docs: new environment detail

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix: remove deleted column from csv

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2021-11-04 11:57:34 +05:30
committed by GitHub
parent 56fe783c25
commit 4e0ddb62ef
2 changed files with 11 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ And connection params for this database can be specified in `NC_DB` environment
| AWS_SECRET_ACCESS_KEY | No | For Litestream - S3 secret access key | If Litestream is configured and NC_DB is not present. SQLite gets backed up to S3 |
| AWS_BUCKET | No | For Litestream - S3 bucket | If Litestream is configured and NC_DB is not present. SQLite gets backed up to S3 |
| AWS_BUCKET_PATH | No | For Litestream - S3 bucket path (like folder within S3 bucket) | If Litestream is configured and NC_DB is not present. SQLite gets backed up to S3 |
| NC_EXPORT_MAX_TIMEOUT | No | After NC_EXPORT_MAX_TIMEOUT csv gets downloaded in batches | Default value 5000 will be used |
| NC_EXPORT_MAX_TIMEOUT | No | After NC_EXPORT_MAX_TIMEOUT csv gets downloaded in batches | Default value 5000(in millisecond) will be used |
### Docker Compose