-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.env.example
27 lines (22 loc) · 961 Bytes
/
.env.example
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
# Every 10 seconds, for development purposes only
SCHEDULER_CRON_A=*/10 * * * * *
# Every 20 seconds, for development purposes only
SCHEDULER_CRON_B=*/20 * * * * *
SCHEDULER_POOL_SIZE=1
# OpenDataHub O-AUTH Keycloak configuration
# (These are standard values for local development)
OAUTH_AUTH_URI=https://auth.opendatahub.testingmachine.eu/auth
OAUTH_TOKEN_URI=https://auth.opendatahub.testingmachine.eu/auth/realms/noi/protocol/openid-connect/token
OAUTH_BASE_URI=http://localhost:8999/json
OAUTH_CLIENT_ID=odh-mobility-datacollector-development
OAUTH_CLIENT_NAME=odh-mobility-datacollector-development
OAUTH_CLIENT_SECRET=7bd46f8f-c296-416d-a13d-dc81e68d0830
ODH_CLIENT_STATIONTYPE=your-stationtype
ODH_CLIENT_PROVENANCE_NAME=dc-helloworld
ODH_CLIENT_PROVENANCE_VERSION=0.0.0-local-dev
ODH_CLIENT_PROVENANCE_ORIGIN=your-original-datasource
ODH_CLIENT_PERIOD=600
# Logging level and style (text or json)
LOG_LEVEL=debug
LOG_STYLE=text
ROOT_LOG_LEVEL=info