mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-01 06:37:04 +03:00
11 lines
151 B
PHP
11 lines
151 B
PHP
|
<?php
|
||
|
return [
|
||
|
|
||
|
'app_options' => [
|
||
|
'name' => 'Shlink',
|
||
|
'version' => '1.1.0',
|
||
|
'secret_key' => env('SECRET_KEY'),
|
||
|
],
|
||
|
|
||
|
];
|