-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapphosting.yaml
More file actions
54 lines (53 loc) · 1.29 KB
/
Copy pathapphosting.yaml
File metadata and controls
54 lines (53 loc) · 1.29 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
runConfig:
cpu: 1
memoryMiB: 512
minInstances: 0
maxInstances: 50
concurrency: 80
env:
- variable: GEMINI_API_KEY
secret: GEMINI_API_KEY
availability:
- RUNTIME
- variable: GCP_PROJECT_ID
value: newmum-copd-app-1234
availability:
- RUNTIME
- variable: VERTEX_DATA_STORE_ID
value: model-docs-datastore
availability:
- RUNTIME
- variable: VERTEX_SEARCH_ENGINE_ID
value: model-docs-search
availability:
- RUNTIME
- variable: NEXT_PUBLIC_FIREBASE_API_KEY
value: AIzaSyBM8R4pRRM5_yAxZV1pezDpfWojPlcmdA4
availability:
- BUILD
- RUNTIME
- variable: NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN
value: newmum-copd-app-1234.firebaseapp.com
availability:
- BUILD
- RUNTIME
- variable: NEXT_PUBLIC_FIREBASE_PROJECT_ID
value: newmum-copd-app-1234
availability:
- BUILD
- RUNTIME
- variable: NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET
value: newmum-copd-app-1234.firebasestorage.app
availability:
- BUILD
- RUNTIME
- variable: NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID
value: 635015083837
availability:
- BUILD
- RUNTIME
- variable: NEXT_PUBLIC_FIREBASE_APP_ID
value: 1:635015083837:web:03d424bfa970f02300f754
availability:
- BUILD
- RUNTIME