forked from eReuse/DeviceHubClient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
77 lines (75 loc) · 2.07 KB
/
config.yml
File metadata and controls
77 lines (75 loc) · 2.07 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
# Config file for devicehub-client
# Copy this file to the root folder of the project and modify it according your needs
# The root properties of this config file are the different environments (ex. 'development')
# except the first property, 'default', which is the default config used
# for all environments.
# When executing build with gulp, select which environment you want
# to build for by setting an environment variable:
# `DH_ENV={environment}`, ex. `DH_ENV=development`
# By default it uses `development`.
# In the following case 'development' env adds 'url' setting and
# overrides 'debug' setting from the default one.
default:
CONSTANTS:
appName: USOdy
html5mode: false # If true, uncomment the line in the header in index.html
siteLogo: common/assets/logo-USODY-black.svg
loginBackgroundImage: common/assets/login-background.jpg
currency: €
workbenchPollingDelay: 2650
workbench: localhost
androidWorkbench: 192.168.12.1
inventories: false
flags:
showWorkbench: false
development:
CONSTANTS:
url: http://localhost:5000
flags:
showWorkbench: true
e2:
CONSTANTS:
html5mode: true
url: https://api.app.usody.com
inventories: true
e3:
CONSTANTS:
html5mode: true
url: https://api-beta.devicetag.io
inventories: true
e4:
CONSTANTS:
appName: Devicehub Beta
blockchain: false
# blockchain: ereuse04.ereuse.org
html5mode: true
url: https://api.testing.usody.com
inventories: true
devel:
CONSTANTS:
html5mode: true
url: http://devicehub.ereuse.net
inventories: true
developmentApache:
CONSTANTS:
url: http://localhost:8080
inventories: true
developmentBox:
CONSTANTS:
#url: http://bustawin.local:5000
url: http://192.168.1.41:5000
flags:
showWorkbench: true
testing:
CONSTANTS:
appName: USOdy Beta
blockchain: '127.0.0.1'
html5mode: true
url: https://api.testing.usody.com
inventories: true
production:
CONSTANTS:
blockchain: '127.0.0.1'
html5mode: true
url: https://api.usody.com
inventories: true