Skip to content

Commit db3eda9

Browse files
committed
config: local storage type
1 parent e2f0322 commit db3eda9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ S3_SECRET_KEY=
5454
S3_BUCKET=dev-ign-mut-validtri
5555
S3_REGION=sbg
5656

57+
# Storage type used. Currently supported: local, S3
58+
STORAGE_TYPE=local
59+
5760
### validator-worker/validator-cli postgis
5861
# DB_URL=jdbc:postgresql://${PGHOST}:${PGPORT}/${PGDATABASE}?ssl=true&sslmode=require&sslfactory=org.postgresql.ssl.NonValidatingFactory
5962
DB_URL=jdbc:postgresql://localhost:5432/validator_api

0 commit comments

Comments
 (0)