-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.local.env
57 lines (48 loc) · 2.28 KB
/
.local.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
NODE_ENV=development
# Core cube API
API_CORE_BASE=https://cube-creator.lndo.site/
UI_BASE=https://app.cube-creator.lndo.site/
# SPARQL endpoints
STORE_QUERY_ENDPOINT=https://db.cube-creator.lndo.site/cube-creator/query
STORE_UPDATE_ENDPOINT=https://db.cube-creator.lndo.site/cube-creator/update
STORE_GRAPH_ENDPOINT=https://db.cube-creator.lndo.site/cube-creator/data
STORE_ENGINE=fuseki
PUBLIC_QUERY_ENDPOINT=https://db.cube-creator.lndo.site/shared-dimensions
TRIFID_UI=https://lindas.admin.ch/sparql
VISUALIZE_UI=https://visualize.admin.ch
# AuthN config
AUTH_AUDIENCE=cube-creator
AUTH_ISSUER=https://keycloak.zazukoians.org/realms/zazuko-dev
AUTH_CLIENT_ID=cube-creator
AUTH_ACCESS_REQUEST=https://sts001-r.bar.admin.ch/_pep/accessRequest?appl=BAR-Pipelines
# VUE_APP_ prefix to expose them to the ui/public/index.html template.
# Keep in sync with the variables above
VUE_APP_AUTH_ISSUER=https://keycloak.zazukoians.org/realms/zazuko-dev
VUE_APP_AUTH_CLIENT_ID=cube-creator
VUE_APP_API_CORE_BASE=https://cube-creator.lndo.site/
# S3 config
AWS_S3_ENDPOINT=https://s3.cube-creator.lndo.site
AWS_S3_BUCKET=cube-creator
AWS_ACCESS_KEY_ID=minio
AWS_SECRET_ACCESS_KEY=password
# Pipelines
PIPELINE_TYPE=local # local | github | gitlab
PIPELINE_URI=http://pipeline.cube-creator.lndo.site
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://otel.cube-creator.lndo.site/v1/traces
OTEL_EXPORTER_OTLP_METRICS_ENDPOINT=http://otel.cube-creator.lndo.site/v1/metrics
OTEL_METRICS_EXPORTER=otlp
OTEL_LOG_LEVEL=debug
# Shared Dimensions
MANAGED_DIMENSIONS_GRAPH=https://lindas.admin.ch/cube/dimension
MANAGED_DIMENSIONS_API_BASE=https://cube-creator.lndo.site/
MANAGED_DIMENSIONS_BASE=https://ld.admin.ch/cube/
MANAGED_DIMENSIONS_STORE_QUERY_ENDPOINT=https://db.cube-creator.lndo.site/shared-dimensions/query
MANAGED_DIMENSIONS_STORE_UPDATE_ENDPOINT=https://db.cube-creator.lndo.site/shared-dimensions/update
MANAGED_DIMENSIONS_STORE_GRAPH_ENDPOINT=https://db.cube-creator.lndo.site/shared-dimensions/data
MANAGED_DIMENSIONS_STORE_ENGINE=fuseki
# PX Cube sample
PX_CUBE_BASE=https://environment.ld.admin.ch/foen/example/px-cube/
PX_CUBE_GRAPH=http://example.org/px-cube
PX_CUBE_QUERY_ENDPOINT=https://db.cube-creator.lndo.site/px-cube/query
PX_CUBE_GRAPH_ENDPOINT=https://db.cube-creator.lndo.site/px-cube/data
NODE_TLS_REJECT_UNAUTHORIZED=0