Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 20fe5d2

Browse files
committed
fix(zeabur): Add MAILER_DSN and SERVER_EMAIL
1 parent 4caf885 commit 20fe5d2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

zeabur/app.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,10 @@ spec:
254254
MESSENGER_CONSUMER_NAME:
255255
default: app-sf-worker-1
256256
expose: false
257+
SERVER_EMAIL:
258+
default: <YOUR_EMAIL>
259+
MAILER_DSN:
260+
default: ses+api://<ACCESS_KEY_ID>:<ACCESS_KEY_SECRET>@default?region=<REGION>
257261
configs: []
258262
- name: worker-2
259263
icon: https://s3.dbplay.pan93.com/icon.svg
@@ -265,6 +269,10 @@ spec:
265269
MESSENGER_CONSUMER_NAME:
266270
default: app-sf-worker-2
267271
expose: false
272+
SERVER_EMAIL:
273+
default: <YOUR_EMAIL>
274+
MAILER_DSN:
275+
default: ses+api://<ACCESS_KEY_ID>:<ACCESS_KEY_SECRET>@default?region=<REGION>
268276
configs: []
269277
- name: worker-3
270278
icon: https://s3.dbplay.pan93.com/icon.svg
@@ -276,4 +284,8 @@ spec:
276284
MESSENGER_CONSUMER_NAME:
277285
default: app-sf-worker-3
278286
expose: false
287+
SERVER_EMAIL:
288+
default: <YOUR_EMAIL>
289+
MAILER_DSN:
290+
default: ses+api://<ACCESS_KEY_ID>:<ACCESS_KEY_SECRET>@default?region=<REGION>
279291
configs: []

0 commit comments

Comments
 (0)