// Alibaba config file // Included by Alibaba.class.php $APP_NAME = "smeethylive"; $DATABASE_PREFIX = "smeethy_"; $DATABASE_HOST = "localhost"; ##LIVE #$APP_DOCROOT = '/home/sosllc/public_html/smeethy.com/'; #$DATABASE_NAME = "sosllc_smeethy1"; #$DATABASE_USERNAME = "sosllc_smeethy"; #$DATABASE_PASSWORD = "}k,f9UBZh-3u"; #$LOGIN_PAGE_URL = "https://www.smeethy.com/"; #$APP_URL = "https://www.smeethy.com/"; ##TEST $APP_DOCROOT = '/var/www/crgmedia/htdocs/clients/smeethy'; $DATABASE_NAME = "smeethy_test"; $DATABASE_USERNAME = "root"; $DATABASE_PASSWORD = "ved1215"; $LOGIN_PAGE_URL = "http://sm.crgmedia.com/"; $APP_URL = "http://sm.crgmedia.com/"; $USER_TABLE_NAME = "smeethy_users"; $USERNAME_FIELD = "username"; $PASSWORD_FIELD = "password"; $OFFICE_FIELD = "office"; $COOKIE_EXPIRATION = "30"; // in days $HASH_FUNCTION = "md5sha1"; // or "sha1" or "md5sha1" or "sha1md5" // list all of the usernames // that get admin privileges $APP_ADMINS = array( 'smeethy', 'cgamble@revision14.com' ); // For Sharing` $ADD_THIS_ID = 'ra-4f1de5ab6f34f2aa'; // NEW HEATHER OWNED $FB_APP_ID = '327528957269757'; $FB_APP_SECRET = '79a8348731adba04aa6b4f48404116fa'; $FB_APP_DOMAIN = 'www.smeethy.com/'; $FB_OFFICE_PAGE_ACCESS_TOKEN = 'AAAD7LmOpZAXMBAKx1cZBYlPAx5Q5vDqGNKmHzugFDBBuNkiswV06O6cHBKvocOxjT8sj6g2pc0zDILdEWgkiZA2EPLZApkyWebHdazvg7wZDZD'; $FB_OFFICE_PAGE_ID = '175541825834912'; $FB_OFFICE_APP_LINK = 'https://www.smeethy.com'; $TWITTER_CONSUMER_KEY = 'nRhaJzgs6dVewtoLrOGTQ'; $TWITTER_CONSUMER_SECRET = 'p0ePy8JzIJtSUvyEaHrWsHksWRBBoXJjpZvwFDPnqi8'; $YOUTUBE_API_KEY = 'AI39si4RoY3q_yFueLFlpNW-haruN6cCRotUeauxr0XloWAR70-SW1xx1SIsf4UMgRJQqlzNrNu_-555_5CMIGbX5QKtFFWCmA'; $YOUTUBE_EMAIL = 'dhg2xvjz359l@m.youtube.com'; define('TUMBLR_CONSUMER_KEY', 'qG1rJ03W1rGpIQ2HuXvJlTIGqoQhqNcUdqYzTz6NKI435sAfYS'); define('TUMBLR_CONSUMER_SECRET', 'NXHsq0ItuJ5o0yj51RVIbyhjdRMawvGi8SFHhSRwRxMSoVXgZJ'); // We create these through the tumblr login // Use https://smeethy.com/tumblr-admin define('TUMBLR_TOKEN', 'sUIpcQNtuUOUdUICUMTqe7mYXF0e3Z69pjwt6vIVKhBGtQ8aaT'); define('TUMBLR_TOKEN_SECRET', 'XMZY4IP3wPjQjx8Mo2VyUze89U07WE7YAcY5LPsiQQkIA2B3vH'); // define('TUMBLR_OAUTH_CALLBACK', 'http://t'); $TUMBLR_EMAIL = '497krophaidd@tumblr.com'; $SHARETHIS_PUBLISHER = '6080c0fb-4b5b-40be-8b10-f77cc6ab3124'; $SHARETHIS_THEME = '7'; // Create a "server" in your "rack", then copy it's API key define('POSTMARKAPP_API_KEY', '7b578815-3aa7-4209-9067-0a3bc4428f1f'); // Create a "Sender signature", then use the "From Email" here. // POSTMARKAPP_MAIL_FROM_NAME is optional, and can be overridden // with Mail_Postmark::fromName() define('POSTMARKAPP_MAIL_FROM_ADDRESS', 'smeethy@smeethy.com'); define('POSTMARKAPP_MAIL_FROM_NAME', 'Smeethy'); // false or true // Change this to true to allow people to register $REGISTRATION_ACTIVE = true; $FILE_UPLOAD_PATH = dirname(__FILE__) . '/files/'; // These users get emailed all of the different processing emails // This helps detect issues $SMEETHY_ADMIN_EMAILS = array( // 'jennifer@solomonortho.com', 'smeethy@smeethy.com' 'cgamble@crgmedia.com' ); // These users have the daily post limit restrictions turned off $SMEETHY_NO_POST_LIMIT_USERS = array( 'smeethy', 'heather.costa@me.com', 'cgamble@revision14.com' ); /* Fayetteville: infofay@razorbraces.com Bentonville: infoben@arkansasorthodontics.com Siloam Springs: infosil@arkansasorthodontics.com Fort Smith: infofsm@arkansasorthodontics.com Van Buren: infovan@arkansasorthodontics.com */ $SMEETHY_OFFICES = array( 'development' => 'jennifer@solomonortho.com', 'fayetteville' => 'infofay@razorbraces.com', 'bentonville' => 'infoben@arkansasorthodontics.com', 'siloamsprings' => 'infosil@arkansasorthodontics.com', 'fort-smith' => 'infofsm@arkansasorthodontics.com', 'van-buren' => 'infovan@arkansasorthodontics.com', ); ?>