We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f0322 commit db3eda9Copy full SHA for db3eda9
1 file changed
.env
@@ -54,6 +54,9 @@ S3_SECRET_KEY=
54
S3_BUCKET=dev-ign-mut-validtri
55
S3_REGION=sbg
56
57
+# Storage type used. Currently supported: local, S3
58
+STORAGE_TYPE=local
59
+
60
### validator-worker/validator-cli postgis
61
# DB_URL=jdbc:postgresql://${PGHOST}:${PGPORT}/${PGDATABASE}?ssl=true&sslmode=require&sslfactory=org.postgresql.ssl.NonValidatingFactory
62
DB_URL=jdbc:postgresql://localhost:5432/validator_api
0 commit comments