mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-03 09:49:14 +02:00
added parameters for server-side YOURLS shortener call
This commit is contained in:
parent
b0f17f0a91
commit
3115cb8883
2 changed files with 16 additions and 0 deletions
|
@ -93,6 +93,10 @@ class Configuration
|
|||
'model_options' => array(
|
||||
'dir' => 'data',
|
||||
),
|
||||
'yourls' => array(
|
||||
'signature' => '',
|
||||
'apiurl' => '',
|
||||
),
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue