-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
45 lines (45 loc) · 1.08 KB
/
.gitmodules
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
[submodule "account"]
path = account
url = https://github.com/haniot/account.git
branch = develop
ignore = dirty
[submodule "mhealth"]
path = mhealth
url = https://github.com/haniot/mhealth.git
branch = develop
ignore = dirty
[submodule "ehr"]
path = ehr
url = https://github.com/haniot/ehr.git
branch = develop
ignore = dirty
[submodule "analytics"]
path = analytics
url = https://github.com/haniot/analytics.git
branch = develop
ignore = dirty
[submodule "api-gateway"]
path = api-gateway
url = https://github.com/haniot/api-gateway.git
branch = develop
ignore = dirty
[submodule "notification"]
path = notification
url = https://github.com/haniot/notification.git
branch = develop
ignore = dirty
[submodule "dashboard-app"]
path = dashboard-app
url = https://github.com/haniot/dashboard-app.git
branch = develop
ignore = dirty
[submodule "ds-agent"]
path = ds-agent
url = https://github.com/haniot/ds-agent
branch = develop
ignore = dirty
[submodule "timeseries"]
path = timeseries
url = https://github.com/haniot/timeseries
branch = develop
ignore = dirty