Plugin Directory

Changeset 1630529


Ignore:
Timestamp:
04/05/2017 09:20:37 PM (9 years ago)
Author:
karthikwpress
Message:

production setup

Location:
aptly/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • aptly/trunk/aptly.php

    r1630526 r1630529  
    9191   );
    9292
    93    // $response = wp_remote_post( 'https://cerkl.com/library/awp.php', $args );
    94    $response = wp_remote_post( 'http://staging-cerkl.gopagoda.io/library/awp.php', $args );
     93   $response = wp_remote_post( 'https://cerkl.com/library/awp.php', $args );
     94   // $response = wp_remote_post( 'http://staging-cerkl.gopagoda.io/library/awp.php', $args );
    9595   $test_body = json_decode($response['body'], true);
    9696
  • aptly/trunk/js/cerkl_awp_new.js

    r1630395 r1630529  
    88
    99cerkl_awp = function(params) {
    10     var DOMAIN =  'http://staging-cerkl.gopagoda.io';
    11     // var DOMAIN =  'https://cerkl.com';
     10    // var DOMAIN =  'http://staging-cerkl.gopagoda.io';
     11    var DOMAIN =  'https://cerkl.com';
    1212    // var DOMAIN =  'http://localhost/cerkl';
    1313    var VERSION = '1.0.1';
Note: See TracChangeset for help on using the changeset viewer.