Monorepo for Aesthetic.Computer
aesthetic.computer
1{
2 "Dirs": ["node_modules", "ssl"],
3 "Files": [
4 "package-lock.json",
5 "chat.env",
6 "gcp-service-key.json",
7 "gcp-firebase-service-key.json",
8 "filter.mjs",
9 "redact.mjs"
10 ],
11 "CloudConfig": {
12 "Platform": "gcp",
13 "ProjectID": "aesthetic-computer",
14 "Zone": "us-west1-a",
15 "BucketName": "aesthetic-nanos",
16 "InstanceProfile": "default"
17 },
18 "Klibs": ["gcp", "tls"],
19 "ManifestPassthrough": {
20 "gcp": {
21 "logging": {
22 "log_id": "aesthetic-chat-log-c"
23 }
24 }
25 },
26 "RunConfig": {
27 "Memory": "2G",
28 "Ports": ["8083", "80", "443"],
29 "UDPPorts": ["60", "70-80", "6006"],
30 "Verbose": true
31 }
32}