50 lines
1.2 KiB
Smarty
50 lines
1.2 KiB
Smarty
<?php
|
|
return array (
|
|
'environment' => 'production',
|
|
'salt' => '{{ freshrss_salt }}',
|
|
'base_url' => 'http://192.168.122.71/FreshRSS',
|
|
'auto_update_url' => 'https://update.freshrss.org',
|
|
'language' => 'en',
|
|
'title' => 'RSS - Minhas.io',
|
|
'meta_description' => '',
|
|
'default_user' => 'asara',
|
|
'allow_anonymous' => false,
|
|
'allow_anonymous_refresh' => false,
|
|
'auth_type' => 'form',
|
|
'api_enabled' => true,
|
|
'unsafe_autologin_enabled' => false,
|
|
'simplepie_syslog_enabled' => true,
|
|
'pubsubhubbub_enabled' => true,
|
|
'allow_robots' => false,
|
|
'allow_referrer' => false,
|
|
'limits' =>
|
|
array (
|
|
'cookie_duration' => 2592000,
|
|
'cache_duration' => 800,
|
|
'timeout' => 15,
|
|
'max_inactivity' => 9223372036854775807,
|
|
'max_feeds' => 16384,
|
|
'max_categories' => 16384,
|
|
'max_registrations' => 1,
|
|
),
|
|
'curl_options' =>
|
|
array (
|
|
),
|
|
'db' =>
|
|
array (
|
|
'type' => 'pgsql',
|
|
'host' => '192.168.122.101',
|
|
'user' => 'freshrss',
|
|
'password' => '{{ freshrss_db_pw }}',
|
|
'base' => 'freshrss',
|
|
'prefix' => 'freshrss_',
|
|
'pdo_options' =>
|
|
array (
|
|
),
|
|
),
|
|
'extensions_enabled' =>
|
|
array (
|
|
),
|
|
'disable_update' => false,
|
|
);
|