-
Notifications
You must be signed in to change notification settings - Fork 0
/
prconfig.yaml
57 lines (57 loc) · 1.57 KB
/
prconfig.yaml
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
processes:
dp-compose:
directory: /Users/$USER/Work/ONSdigital/dp-compose
command: ./run.sh
dp-identity-api:
directory: /Users/$USER/Work/PublishingJourney/dp-identity-api
command: make
args: ["debug"]
env:
MallocNanoZone: 0
dp-api-router:
directory: /Users/$USER/Work/PublishingJourney/dp-api-router
command: make
args: ["debug"]
env:
MallocNanoZone: 0
# dp-permissions-api:
# directory: /Users/$USER/Work/PublishingJourney/dp-permissions-api
# command: make
# args: [ "debug" ]
# env:
# MallocNanoZone:
dp-frontend-renderer:
directory: /Users/$USER/Work/WebJourney/dp-frontend-renderer
command: make
args: ["debug"]
env:
MallocNanoZone: 0
dp-frontend-homepage-controller:
directory: /Users/$USER/Work/WebJourney/dp-frontend-cookie-controller
command: make
args: ["debug"]
sixteens:
directory: /Users/$USER/Work/WebJourney/sixteens
command: ./run.sh
dp-frontend-cookie-controller:
directory: /Users/$USER/Work/WebJourney/dp-frontend-cookie-controller
command: make
args: ["debug"]
env:
MallocNanoZone: 0
babbage:
directory: /Users/$USER/Work/PublishingJourney/babbage
command: ./run-publishing.sh
zebedee:
directory: /Users/$USER/Work/WebJourney/zebedee
command: ./run.sh
env:
ENABLE_JWT_SESSIONS: false
florence:
directory: /Users/$USER/Work/PublishingJourney/florence
command: make
args: [ "debug" ]
env:
ENCRYPTION_DISABLED: true
ENABLE_PERMISSION_API: false
ENABLE_NEW_SIGN_IN: false