mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-14 20:16:27 +02:00
Add link shortening for http links in sms, using YOURLS
This commit is contained in:
parent
fb3f9425d1
commit
241d079ffb
6 changed files with 140 additions and 1 deletions
|
@ -21,4 +21,11 @@
|
|||
'FROM' => '%APP_MAIL_FROM%',
|
||||
],
|
||||
|
||||
//YOURLS url shortener settings
|
||||
'URL_SHORTENER' => [
|
||||
'HOST' => '%APP_URL_SHORTENER_HOST%',
|
||||
'USER' => '%APP_URL_SHORTENER_USER%',
|
||||
'PASS' => '%APP_URL_SHORTENER_PASS%',
|
||||
]
|
||||
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue