first commit

This commit is contained in:
2024-11-05 12:22:50 +01:00
commit e5682a3912
19641 changed files with 2948548 additions and 0 deletions

25
app/config/parameters.php Normal file
View File

@@ -0,0 +1,25 @@
<?php return array (
'parameters' =>
array (
'database_host' => 'localhost',
'database_port' => '',
'database_name' => 'host479060_sportkalsport',
'database_user' => 'host479060_sportkalsport',
'database_password' => 'sp84DXV8dmWPzU6Q',
'database_prefix' => 'ps_',
'database_engine' => 'InnoDB',
'mailer_transport' => 'smtp',
'mailer_host' => '127.0.0.1',
'mailer_user' => NULL,
'mailer_password' => NULL,
'secret' => 'XoShiwTguVHhMdLpQNZhjRZK910ZiifIQnsbZSFI4ZJ70dOnQu3S8OrPfs18qDSd',
'ps_caching' => 'CacheMemcache',
'ps_cache_enable' => false,
'ps_creation_date' => '2022-06-07',
'locale' => 'pl-PL',
'use_debug_toolbar' => true,
'cookie_key' => 'MZu7U4FsvUXgXdITGE9vOrzCZFgP9IQD2f5DWMdXnMRvitRM5ygHHXOX7WdEj0Tj',
'cookie_iv' => 'bazouzVnp9wLfkIxJGqE2gRfe9pt2Jhi',
'new_cookie_key' => 'def0000095bf92261b0795cde8888e513faa776eddd123af7a5b3cfb6515076b4f8680a24b5b11a3174e276cc0b74d44b20e1fc285a26af1f00f0227b762d9b8da169dce',
),
);