Skip to content

Commit

Permalink
meta
Browse files Browse the repository at this point in the history
  • Loading branch information
daemonl committed Jun 11, 2024
1 parent b03423a commit f810565
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
6 changes: 4 additions & 2 deletions ext/o5/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ awsConfig:
sqs_publish_anywhere:
send_anywhere: true


databases:
- name: main
postgres:
dbName: dante
serverGroup: default
dbExtensions:
- "uuid-ossp"
Expand All @@ -30,7 +30,6 @@ databases:

runtimes:
- name: main
grantMetaDeployPermissions: false

routes:
- prefix: "/dante/v1/*"
Expand All @@ -39,6 +38,9 @@ runtimes:
subscriptions:
- name: "/o5.messaging.v1.topic.DeadMessageTopic"

workerConfig:
noDeadLetters: true

containers:
- name: main
demand: DEMAND_LIGHT
Expand Down
2 changes: 1 addition & 1 deletion j5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

generate:
- name: go
src: ./proto/
src: [./proto/]
out: ./gen/
opts:
paths: import
Expand Down
17 changes: 17 additions & 0 deletions proto/j5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
registry:
organization: pentops
name: dante

options:
trimSubPackages:
- service
- topic
wrapOneof: true
shortEnums:
unspecifiedSuffix: UNSPECIFIED
strictUnmarshal: true

packages:
- label: Dante
name: o5.dante.v1

0 comments on commit f810565

Please sign in to comment.