'http://' . $_SERVER["SERVER_NAME"], // This is the part after the domain where this pastebin will be found. 'site_path' => '/paste/', // This is the path of the URL that will be generated for sharing (allows // shorter URLs to be used if you've set something up on your web server // to support this. 'short_results_path' => 'http://' . $_SERVER["SERVER_NAME"] . '/', // Change this to a unique value 'token_salt' => 'saltsaltsalt', // StorageEngine to save pastes 'storage' => NULL, // 'storage' => new MysqlStorage($host, $user, $password, $database, $table), // 'storage' => new FileStorage('results/'), // IdGeneratorEngine to generate ids 'id_generator' => NULL, // 'id_generator' => new Sha1Generator(), // 'id_generator' => new ShortGenerator(), ); ?>