We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7af405 commit 6613855Copy full SHA for 6613855
2 files changed
.env.example
@@ -54,6 +54,7 @@ CANTON_EMAIL_BE="test-be@example.com"
54
# CANTON_EMAIL_AG="ag@example.com"
55
# CANTON_EMAIL_AR="ar@example.com"
56
# CANTON_EMAIL_BS="bs@example.com"
57
+# CANTON_EMAIL_BASTA="basta@example.com"
58
# CANTON_EMAIL_BL="bl@example.com"
59
# CANTON_EMAIL_BE="be@example.com"
60
# CANTON_EMAIL_GL="gl@example.com"
config/app.php
@@ -433,6 +433,10 @@
433
'email' => env('CANTON_EMAIL_BS'),
434
'lang' => 'de',
435
],
436
+ 'BastA' => [
437
+ 'email' => env('CANTON_EMAIL_BASTA'),
438
+ 'lang' => 'de',
439
+ ],
440
'BL' => [
441
'email' => env('CANTON_EMAIL_BL'),
442
0 commit comments