OpenCode Agents add

This commit is contained in:
2026-06-02 20:02:48 +02:00
parent 3a60d8eb6a
commit eb576c4878
2 changed files with 63 additions and 2 deletions

View File

@@ -2,8 +2,8 @@ HTTP_PORT=8080
HTTP_HOST=0.0.0.0.
DATABASE_URL="postgres://user:password@server:port/database"
DATABASE_POOLSIZE=32
DATABASE_MAX_LIFETIME=
DATABASE_POOL_SIZE=32
DATABASE_MAX_LIFETIME=10
GRAPHQL_SCHEMA_LOCATION="tests/schema.graphql"