mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
21 lines
No EOL
485 B
PHP
21 lines
No EOL
485 B
PHP
<?php
|
|
return array (
|
|
'environment' => 'production',
|
|
'salt' => 'yunosalt',
|
|
'title' => 'FreshRSS',
|
|
'default_user' => 'yunoadminuser',
|
|
'auth_type' => 'http_auth',
|
|
'db' =>
|
|
array (
|
|
'type' => 'mysql',
|
|
'host' => 'localhost',
|
|
'user' => 'yunouser',
|
|
'password' => 'yunopass',
|
|
'base' => 'yunobase',
|
|
'prefix' => false,
|
|
),
|
|
'allow_anonymous' => false,
|
|
'allow_anonymous_refresh' => false,
|
|
'unsafe_autologin_enabled' => false,
|
|
'api_enabled' => true,
|
|
); |