-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.env
44 lines (37 loc) · 1.26 KB
/
sample.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
# 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
MINIO_EXTERNAL_PORT=80
# KEYCLOAK_SERVER_HOST=
# KEYCLOAK_SERVER_PORT=8085
KEYCLOAK_SERVER_HOST_AND_PORT=localhost:8085
KEYCLOAK_USER=admin
KEYCLOAK_PASSWORD=admin
KEYCLOAK_SERVER_REALM=pibu
KEYCLOAK_SERVER_CLIENT=pibu-app
KEYCLOAK_SERVER_PUBLIC_KEY=
# https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html
# api, read_api
# https://gitlab.com/groups/CHILDdb/-/packages/13379352
GITLAB_AUTH_TOKEN=${GITLAB_AUTH_TOKEN}
MARIADB_ROOT_PASSWORD=mariaroot
KEYCLOAK_DB_ADDR=mariadb
KEYCLOAK_DB_PORT=3306
KEYCLOAK_DB_DATABASE=keycloak
KEYCLOAK_DB_USER=keycloakadmin
KEYCLOAK_DB_PASSWORD=keycloakadmin
RESTART=no