-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.env
More file actions
93 lines (65 loc) · 2.22 KB
/
Copy pathexample.env
File metadata and controls
93 lines (65 loc) · 2.22 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# ==============================================
# CKAN Configuration
# ==============================================
# Enable or disable the local CKAN instance (True/False)
CKAN_LOCAL_ENABLED=
# Base URL of your local CKAN instance
CKAN_URL=
# Global URL for CKAN instance (Public URL)
CKAN_GLOBAL_URL=
# API Key for CKAN authentication
CKAN_API_KEY=
# ==============================================
# Pre-CKAN Configuration (Optional)
# ==============================================
# Enable or disable the Pre-CKAN instance (True/False)
PRE_CKAN_ENABLED=
# URL of the Pre-CKAN instance
PRE_CKAN_URL=
# API key for Pre-CKAN authentication
PRE_CKAN_API_KEY=
# ==============================================
# Streaming Configuration
# ==============================================
# Enable or disable Kafka connectivity (True/False)
KAFKA_CONNECTION=
# Kafka broker hostname or IP address
KAFKA_HOST=
# Kafka broker port number
KAFKA_PORT=
# ==============================================
# Keycloak Authentication Configuration
# ==============================================
# URL of your Keycloak authentication server
KEYCLOAK_URL=
# Realm name configured in Keycloak for user management
REALM_NAME=
# Client ID registered in Keycloak realm
CLIENT_ID=
# Client secret for authenticating the API client
CLIENT_SECRET=
# ==============================================
# Test User Credentials (for local testing only)
# ==============================================
TEST_USERNAME= #leave blank in production
TEST_PASSWORD= #leave blank in production
# ==============================================
# Swagger Documentation Settings
# ==============================================
# Title displayed in Swagger UI
SWAGGER_TITLE=
# Description displayed in Swagger UI
SWAGGER_DESCRIPTION=
# Organization name for metrics identification (e.g., "University of Utah")
ORGANIZATION=
# ==============================================
# External Service Integrations
# ==============================================
# Enable or disable JupyterLab integration (True/False)
USE_JUPYTERLAB=
# URL to your JupyterLab instance
JUPYTER_URL=
# Enable or disable DXSpaces integration (True/False)
USE_DXSPACES=
# URL to your DXSpaces instance
DXSPACES_URL=