-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcfg.yml
More file actions
36 lines (35 loc) · 1.06 KB
/
cfg.yml
File metadata and controls
36 lines (35 loc) · 1.06 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
local:
log_level: DEBUG
host: '127.0.0.1'
port: 8000
e2e: false
reload: true
postgres_host: 'localhost'
edp_api_url: 'http://localhost:8001'
s3_endpoint_url: 'http://localhost:4566'
s3_bucket: 'platform-api-artifacts'
ses_endpoint_url: 'http://localhost:4566'
ses_sender_email: 'noreply@arcnode.io'
# CI overwrites latest.apk at this fixed key on each ems-hmi release.
ems_hmi_apk_url: 'https://arcnode-public.s3.amazonaws.com/ems-hmi/latest.apk'
cors_origins:
- '*' # local dev — any origin
iso_version: '1.0.0-beta'
beta:
log_level: INFO
host: '0.0.0.0'
port: 8000
e2e: true
reload: false
postgres_host: 'postgres'
edp_api_url: 'http://edp-api:8000'
s3_endpoint_url: null
s3_bucket: 'arcnode-platform-artifacts'
ses_endpoint_url: null
ses_sender_email: 'noreply@arcnode.io'
# CI overwrites latest.apk at this fixed key on each ems-hmi release.
ems_hmi_apk_url: 'https://arcnode-public.s3.amazonaws.com/ems-hmi/latest.apk'
cors_origins:
- 'https://arcnode.io'
- 'https://www.arcnode.io'
iso_version: '1.0.0-beta'