mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 14:30:29 +00:00
wip: zen
This commit is contained in:
parent
7413c2715c
commit
bbc9142fc5
30 changed files with 746 additions and 481 deletions
|
|
@ -39,6 +39,9 @@ class Resource:
|
|||
class Console:
|
||||
type: str
|
||||
url: str
|
||||
class ConsoleData:
|
||||
name: str
|
||||
type: str
|
||||
class Database:
|
||||
database: str
|
||||
host: str
|
||||
|
|
@ -52,6 +55,9 @@ class Resource:
|
|||
class EMAILOCTOPUS_API_KEY:
|
||||
type: str
|
||||
value: str
|
||||
class EnterpriseStorage:
|
||||
name: str
|
||||
type: str
|
||||
class GITHUB_APP_ID:
|
||||
type: str
|
||||
value: str
|
||||
|
|
@ -75,6 +81,12 @@ class Resource:
|
|||
value: str
|
||||
class LogProcessor:
|
||||
type: str
|
||||
class R2AccessKey:
|
||||
type: str
|
||||
value: str
|
||||
class R2SecretKey:
|
||||
type: str
|
||||
value: str
|
||||
class STRIPE_SECRET_KEY:
|
||||
type: str
|
||||
value: str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue