Skip to content

Commit 6613855

Browse files
Add BastA canton email configuration
1 parent d7af405 commit 6613855

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ CANTON_EMAIL_BE="test-be@example.com"
5454
# CANTON_EMAIL_AG="ag@example.com"
5555
# CANTON_EMAIL_AR="ar@example.com"
5656
# CANTON_EMAIL_BS="bs@example.com"
57+
# CANTON_EMAIL_BASTA="basta@example.com"
5758
# CANTON_EMAIL_BL="bl@example.com"
5859
# CANTON_EMAIL_BE="be@example.com"
5960
# CANTON_EMAIL_GL="gl@example.com"

config/app.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,10 @@
433433
'email' => env('CANTON_EMAIL_BS'),
434434
'lang' => 'de',
435435
],
436+
'BastA' => [
437+
'email' => env('CANTON_EMAIL_BASTA'),
438+
'lang' => 'de',
439+
],
436440
'BL' => [
437441
'email' => env('CANTON_EMAIL_BL'),
438442
'lang' => 'de',

0 commit comments

Comments
 (0)