blob: 2cb66b148dd700ea7564cc4b3aaf0b79b13b1e25 [file] [log] [blame]
gio5f2f1002025-03-20 18:38:48 +04001{
2 "$schema": "https://d.p.v1.dodo.cloud/schemas/gio/app.schema.json",
3 "app": {
4 "type": "nodejs-23.1.0",
5 "dev": {
6 "enabled": true,
7 "username": "gio"
8 },
9 "ingress": {
10 "network": "Public",
11 "subdomain": "canvas",
12 "auth": {
13 "enabled": true
14 }
15 }
16 }
17}