This repository was archived by the owner on Nov 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.sample.yaml
More file actions
58 lines (48 loc) · 1.47 KB
/
settings.sample.yaml
File metadata and controls
58 lines (48 loc) · 1.47 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
ENVIRONMENT: local
PORT: 3000
GRPC_PORT: 8087
LOG_LEVEL: debug
DB:
USER: dimo
PASSWORD: dimo
PORT: 5432
HOST: localhost
NAME: device_data_api
MAX_OPEN_CONNECTIONS: 5
MAX_IDLE_CONNECTIONS: 5
JWT_KEY_SET_URL: https://auth.dev.dimo.zone/keys # dev
#JWT_KEY_SET_URL: http://127.0.0.1:5556/keys # local
AUTO_PI_API_TOKEN:
AUTO_PI_API_URL:
ELASTIC_SEARCH_APP_SEARCH_HOST: https://dimo.ent.us-east-2.aws.elastic-cloud.com
ELASTIC_SEARCH_APP_SEARCH_TOKEN:
ELASTIC_SEARCH_ANALYTICS_HOST: https://dimo.es.us-east-2.aws.elastic-cloud.com
ELASTIC_SEARCH_ANALYTICS_USERNAME: device-analytics
ELASTIC_SEARCH_ANALYTICS_PASSWORD:
DEVICE_DATA_INDEX_NAME: device-status-dev*
DEVICE_DATA_INDEX_NAME_V2: vss-status-dev*
IPFS_ADDRESS: localhost:5001
AWS_ACCESS_KEY_ID: access-key
AWS_SECRET_ACCESS_KEY: secret-access-key
AWS_REGION: us-east-2
AWS_BUCKET_NAME: test-bucket
AWS_ENDPOINT: http://localhost.localstack.cloud:4566
MAX_AWS_FILE_SIZE: 2500000000
SERVICE_NAME: users-api
EMAIL_HOST: localhost
EMAIL_PORT: 1025
EMAIL_USERNAME: dimo
EMAIL_PASSWORD: dimo
EMAIL_FROM: mailer@dimo.zone
NATS_URL: http://localhost:4222
NATS_STREAM_NAME: DATA-DOWNLOAD
NATS_DATA_DOWNLOAD_SUBJECT: data-download
NATS_DURABLE_CONSUMER: data-download-durable
NATS_ACK_TIMEOUT: 2m
DEVICE_STATUS_TOPIC: topic.device.status
KAFKA_BROKERS: localhost:9092
EVENTS_TOPIC: topic.event
DEVICES_APIGRPC_ADDR: localhost:8282
DEVICE_DEFINITIONS_GRPC_ADDR: localhost:8283
USERS_API_GRPC_ADDR: localhost:8284
ENABLE_PRIVILEGES: false