Skip to content

Commit

Permalink
feat(cloudevents-server): update example congfig
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo committed Dec 7, 2023
1 parent 9a24c83 commit 9476724
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cloudevents-server/configs/example-config-sqlite3.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
store:
driver: sqlite3
dsn: file:ent?mode=memory&cache=shared&_fk=1
lark:
app_id: cli_12345678
app_secret: s123456789
receiver: [email protected]
4 changes: 4 additions & 0 deletions cloudevents-server/configs/example-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
store:
driver: mysql
dsn: user:password@tcp(localhost:3306)/debug?parseTime=true
lark:
app_id: cli_12345678
app_secret: s123456789
receiver: [email protected]

0 comments on commit 9476724

Please sign in to comment.