This repository was archived by the owner on Dec 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ export const PROVISION_TYPES = {
19
19
DEVELOPMENT : "Development" ,
20
20
} ;
21
21
22
- export const AUTH_SERVICE_NAME = "auth" ;
23
- export const BUILD_SERVICE_NAME = "build" ;
24
- export const EMULATORS_SERVICE_NAME = "emulators" ;
22
+ export const AUTH_SERVICE_NAME = "auth-service " ;
23
+ export const BUILD_SERVICE_NAME = "build-service " ;
24
+ export const EMULATORS_SERVICE_NAME = "emulators-service " ;
25
25
26
26
export const CLOUD_BUILD_EVENT_NAMES = {
27
27
BUILD_OUTPUT : "buildOutput"
Original file line number Diff line number Diff line change 1
1
{
2
2
"stage" : " dev" ,
3
3
"cloudServices" : {
4
- "auth" : {
4
+ "auth-service " : {
5
5
"subdomain" : " dev-authentication"
6
6
},
7
- "build" : {
7
+ "build-service " : {
8
8
"subdomain" : " dev-build"
9
9
},
10
- "emulators" : {
10
+ "emulators-service " : {
11
11
"subdomain" : " dev-emulators"
12
12
}
13
13
}
Original file line number Diff line number Diff line change 2
2
"apiVersion" : null ,
3
3
"serverProto" : " http" ,
4
4
"cloudServices" : {
5
- "auth" : {
5
+ "auth-service " : {
6
6
"fullHostName" : " localhost:8000"
7
7
},
8
- "build" : {
8
+ "build-service " : {
9
9
"fullHostName" : " localhost:8001"
10
10
},
11
- "emulators" : {
11
+ "emulators-service " : {
12
12
"fullHostName" : " localhost:8002"
13
13
}
14
14
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"stage" : " production" ,
3
3
"cloudServices" : {
4
- "auth" : {
4
+ "auth-service " : {
5
5
"subdomain" : " authentication"
6
6
},
7
- "build" : {
7
+ "build-service " : {
8
8
"subdomain" : " build"
9
9
},
10
- "emulators" : {
10
+ "emulators-service " : {
11
11
"subdomain" : " emulators"
12
12
}
13
13
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"stage" : " test" ,
3
3
"cloudServices" : {
4
- "auth" : {
4
+ "auth-service " : {
5
5
"subdomain" : " test-authentication"
6
6
},
7
- "build" : {
7
+ "build-service " : {
8
8
"subdomain" : " test-build"
9
9
},
10
- "emulators" : {
10
+ "emulators-service " : {
11
11
"subdomain" : " test-emulators"
12
12
}
13
13
}
Original file line number Diff line number Diff line change 4
4
"serverProto" : " https" ,
5
5
"stage" : " production" ,
6
6
"cloudServices" : {
7
- "auth" : {
7
+ "auth-service " : {
8
8
"subdomain" : " authentication"
9
9
},
10
- "build" : {
10
+ "build-service " : {
11
11
"subdomain" : " build"
12
12
},
13
- "emulators" : {
13
+ "emulators-service " : {
14
14
"subdomain" : " emulators"
15
15
}
16
16
}
You can’t perform that action at this time.
0 commit comments