Created
September 21, 2015 11:36
-
-
Save malles/4647d372212da24b760c to your computer and use it in GitHub Desktop.
Pagekit Config File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php return array ( | |
| 'database' => | |
| array ( | |
| 'default' => 'mysql', | |
| 'connections' => | |
| array ( | |
| 'mysql' => | |
| array ( | |
| 'host' => 'localhost', | |
| 'user' => 'pagekit', | |
| 'password' => 'pagekit', | |
| 'dbname' => 'pagekit', | |
| 'prefix' => 'pk_', | |
| ), | |
| 'sqlite' => | |
| array ( | |
| 'prefix' => 'pk_', | |
| ), | |
| ), | |
| ), | |
| 'system' => | |
| array ( | |
| 'key' => 'oX4ieU3od8haXXSwgqU79UKT/L3h4HutVooyGSatLar5vwjjajlKl43E1AxKPOmM', | |
| ), | |
| 'system/cache' => | |
| array ( | |
| 'caches' => | |
| array ( | |
| 'cache' => | |
| array ( | |
| 'storage' => 'auto', | |
| ), | |
| ), | |
| 'nocache' => false, | |
| ), | |
| 'system/finder' => | |
| array ( | |
| 'storage' => '/storage', | |
| ), | |
| 'application' => | |
| array ( | |
| 'debug' => true, | |
| ), | |
| 'debug' => | |
| array ( | |
| 'enabled' => true, | |
| ), | |
| 'system/package' => | |
| array ( | |
| 'api' => | |
| array ( | |
| 'key' => '6alYBMnncMyYosdHllQPh74ApiTpVk0pP3VQ14URKvCfZZC0g14dWaknkRi4LLdPc8mwUGeIJCromkRnunABS0k1a208eK1w7moyKdYqayCHrwAUYX8MkfjIasxjS6zbhezCp2CpWRCL8gHCW1XoeQGKm19atqg2iSdMwKTOvSP2m8xyfWMVyaU8gqxIrYiJUwxuOEN57axtBuYFqBo5LlqiskGMKsJjvy5IrS2YLuvXpWHV0YVRSsXDbvfcaj7M', | |
| ), | |
| ), | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment