Massive refactor to use SihnonFramework and PEAR's Net_Gearman
This commit is contained in:
2
private/.gitignore
vendored
Normal file
2
private/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
config.php
|
||||
dbconfig.conf
|
||||
23
private/config.php.dist
Normal file
23
private/config.php.dist
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* RippingCluster Library path
|
||||
*
|
||||
* Specifies the absolute or relative path to the RippingCluster library directory, relative to the webui root directory.
|
||||
* Path must end with a trailing slash.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
define('RippingCluster_Lib', '../lib/');
|
||||
|
||||
/**
|
||||
* RippingCluster Database Configuration
|
||||
*
|
||||
* Specifies the absolute or relative path to the RippingCluster database configuration file.
|
||||
* This is a standard ini type file, containing the config required to connect to the database.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
define('RippingCluster_DBConfig', '../dbconfig.conf');
|
||||
|
||||
?>
|
||||
5
private/dbconfig.conf.dist
Normal file
5
private/dbconfig.conf.dist
Normal file
@@ -0,0 +1,5 @@
|
||||
hostname = localhost
|
||||
username = handbrake
|
||||
password = handbrake
|
||||
dbname = handbrake_cluster
|
||||
|
||||
Reference in New Issue
Block a user