Add link shortening for http links in sms, using YOURLS

This commit is contained in:
osaajani 2023-09-17 16:16:35 +02:00
parent fb3f9425d1
commit 241d079ffb
6 changed files with 140 additions and 1 deletions

View file

@ -24,6 +24,7 @@
'APP_SECRET' => '%APP_SECRET%',
'ENABLE_COMMAND' => false,
'ENABLE_ACCOUNT_DELETION' => true,
'ENABLE_URL_SHORTENER' => %APP_URL_SHORTENER%,
//E-mail types
'EMAIL_RESET_PASSWORD' => [
@ -85,6 +86,7 @@
'force_gsm_alphabet' => 0,
'phone_limit' => 0,
'phone_priority' => 0,
'shorten_url' => 0,
],
];