-
Notifications
You must be signed in to change notification settings - Fork 83
/
.env.test
18 lines (16 loc) · 931 Bytes
/
.env.test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file extends the base `.env` file and will override any shared values
# The values contained within this dotfile are provided to test instances of HASH
# These variables can be locally overridden by re-specifying them in a `.env.test.local` file
HASH_KRATOS_PG_DATABASE=test_kratos
HASH_TEMPORAL_PG_DATABASE=test_temporal
HASH_TEMPORAL_VISIBILITY_PG_DATABASE=test_temporal_visibility
HASH_GRAPH_PG_DATABASE=test_graph
HASH_GRAPH_ALLOWED_URL_DOMAIN_PATTERN="(?:http://localhost:3000|https://hash\\.ai)/@(?P<shortname>[\\w-]+)/types/(?P<kind>(?:data-type)|(?:property-type)|(?:entity-type))/[\\w\\-_%]+/"
# For locally-running minio instance
AWS_REGION=local
AWS_S3_UPLOADS_ENDPOINT=http://localhost:9000
AWS_S3_UPLOADS_BUCKET="dev-hash-bucket"
AWS_S3_UPLOADS_ACCESS_KEY_ID="dev-s3-access-key-id"
AWS_S3_UPLOADS_SECRET_ACCESS_KEY="dev-s3-secret-access-key"
AWS_S3_UPLOADS_FORCE_PATH_STYLE=true
FILE_UPLOAD_PROVIDER="AWS_S3"