-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdev.env
41 lines (32 loc) · 1.33 KB
/
dev.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
1# A starter, sample env file, for local development. Copy this to .env and fill in real values.
# Flask settings
export FLASK_APP=main.py
export FLASK_RUN_HOST=0.0.0.0
export SECRET_KEY=
# Server will reload itself on file changes if in dev mode
export FLASK_ENV=development
# Setup for Sentry, our error tracking software
export SENTRY_DSN=
export SENTRY_ENVIRONMENT=development
# If you are using docker-compose to run the other services, and flask run for development
# If you are using GraphDB for your triplestore:
export GLEANER_ENDPOINT_URL=http://localhost:9999/repositories/polder
export GRAPHDB_REST_URL=http://localhost:9999/rest
export GRAPHDB_INDEXER_USER=indexer-user
export GRAPHDB_INDEXER_PASSWORD=
export GRAPHDB_ROOT_PASSWORD=
# If you are using BlazeGraph:
#export GLEANER_ENDPOINT_URL=http://localhost:9999/bigdata/namespace/polder/sparql
# Object store keys locations and credentials
export MINIO_SERVER_HOST=http://localhost
export MINIO_SERVER_PORT=9000
export MINIO_ACCESS_KEY=
export MINIO_SECRET_KEY=
# local data volumes
export GLEANER_BASE=/tmp/gleaner/
export GLEANER_OBJECTS=${GLEANER_BASE}/datavol/s3
export GLEANER_GRAPH=${GLEANER_BASE}/datavol/graph
# Kubernetes deployment helper
export KUBECONFIG=~/.kube/config:~/polder-federated-search/helm/polder.config
# Google Analytics property ID
export GOOGLE_ANALYTICS_ID=