This commit is contained in:
a2a-platform
2026-06-13 11:20:08 +00:00
parent 0fe464c93d
commit 1a1e8db145
9 changed files with 379 additions and 14 deletions

View File

@@ -93,7 +93,23 @@
"wants_cp_jwt": false,
"platform_resources": {
"memory": null,
"databases": []
"databases": [
{
"name": "app",
"engine": "postgres",
"provider": "neon",
"scope": "user",
"branch": "main",
"access_mode": "read_write",
"env": {
"url": "DATABASE_URL"
},
"migrations": {
"path": "db/migrations"
},
"scale_to_zero": true
}
]
},
"apt_packages": []
},