-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsample.env
More file actions
31 lines (26 loc) · 894 Bytes
/
sample.env
File metadata and controls
31 lines (26 loc) · 894 Bytes
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
# Use this file to set environment variables with credentials and configuration options
# This file is provided as an example and should be replaced with your own values
# You probably don't want to check this into version control!
NEO4J_URI=bolt://neo4j:7687
NEO4J_USER=neo4j
NEO4J_PASSWORD=letmein
# NEO4J_DATABASE=neo4j # Uncomment this line to specify a specific Neo4j database (v4.x+ only)
GRAPHQL_URI=http://api:4001/graphql
GRAPHQL_SERVER_HOST=0.0.0.0
GRAPHQL_SERVER_PORT=4001
GRAPHQL_SERVER_PATH=/graphql
GRAPHQL_VOYAGER_PATH=/voyager
MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=minioadmin
MINIO_IP=localhost
MINIO_API_PORT=9000
MINIO_CONSOLE_PORT=9001
KEYCLOAK_SERVER_HOST=
KEYCLOAK_SERVER_PORT=8085
KEYCLOAK_USER=admin
KEYCLOAK_PASSWORD=admin
KEYCLOAK_SERVER_REALM=oncographer
KEYCLOAK_SERVER_CLIENT=oncographer-app
KEYCLOAK_SERVER_PUBLIC_KEY=
KEYCLOAK_ADMIN_ROLES=
RESTART=no