mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-30 19:36:40 +03:00
10 lines
151 B
PHP
10 lines
151 B
PHP
<?php
|
|
return [
|
|
|
|
'app_options' => [
|
|
'name' => 'Shlink',
|
|
'version' => '1.2.0',
|
|
'secret_key' => env('SECRET_KEY'),
|
|
],
|
|
|
|
];
|