Duffer Derek

Current Path : /var/www/podiomigration.bitkit.dk/httpdocs/src/classes/Repository/General/
Upload File :
Current File : /var/www/podiomigration.bitkit.dk/httpdocs/src/classes/Repository/General/PodioConfig.php

<?php

namespace App\Repository\General;

/**
 * Created by PhpStorm.
 * User: jis
 * Date: 29/3/17
 * Time: 10:14 AM
 */
class PodioConfig
{

    //    DataCopy Product keys
    //    public static $PODIO_CLIENT_ID = "podio-to-podio-data-move";  // 30K
    //    public static $PODIO_CLIENT_SECRET = "DPDgE6oPzzqaOYzNbIpaEksXAJYibn2SD7muoeuyINHjq3QCRoUpicCYtPteJewV";

    public static $PODIO_CLIENT_ID = "podio-data-migration-6lq9pd";
    public static $PODIO_CLIENT_SECRET = "TG9trKsJ942e3RIjvk4FC3IY5fZ00WiESmruWLjuQSzYtqG5XZziQsxMSYjb1UX3";

    public static $REDIRECT_URL = "http://podiomigration.bitkit.dk/auth";

    public static $SECRET_KEY = "Z1=+hskjhdfskzx54k8!GctYkR=?qk^-=";


    /**
     * @return array
     * 
     */
    public static function getKey2()
    {
        //new key for podio migration
        return array(
            "client_id" => "podio-data-migration-6lq9pd",
            "client_secret" => "TG9trKsJ942e3RIjvk4FC3IY5fZ00WiESmruWLjuQSzYtqG5XZziQsxMSYjb1UX3"
        );
    }

    //
    //    /**
    //     * @return array
    //     * 
    //     */
    public static function getKey1()
    {
        // key of data copy tool
        return array(
            "client_id" => "podio-to-podio-data-move",
            "client_secret" => "DPDgE6oPzzqaOYzNbIpaEksXAJYibn2SD7muoeuyINHjq3QCRoUpicCYtPteJewV"
        );
    }

    public static function getPhasesUser()
    {
        return array(
            "username" => "chinnu.habeeb@phases.io",
            "password" => "chinnu@1793",
            "identifier" => "phasesuser",
            'name' => "Chinnu",
            'user_id' => 4604600
        );
    }
    public static function getCustomUser()
    {
        return array(
            "username" => "",
            "password" => "",
            "identifier" => "",
            'user_id' => ''
        );
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists