added parameters for server-side YOURLS shortener call

This commit is contained in:
Jens-U. Mozdzen 2022-10-23 00:19:43 +02:00
parent b0f17f0a91
commit 3115cb8883
2 changed files with 16 additions and 0 deletions

View file

@ -93,6 +93,10 @@ class Configuration
'model_options' => array(
'dir' => 'data',
),
'yourls' => array(
'signature' => '',
'apiurl' => '',
),
);
/**