Plugin Directory

Changeset 2790521


Ignore:
Timestamp:
09/26/2022 11:53:28 PM (4 years ago)
Author:
uqrate
Message:

v1.0.0 build 2022-09-26T23.49.04Z to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uqrate/trunk/uqrate.php

    r2789730 r2790521  
    2929define( 'UQRATE_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
    3030$_UQRATE_ENV = [
    31     'build'                 => "2022-09-24T20.30.44Z",
     31    'build'                 => "2022-09-26T23.49.04Z",
    3232    'mode_debug'            => false,
    3333    'mode_local'            => false,
     
    4040    'chn_pg_url'            => 'https://uqrate.org/app/channel',
    4141    'key_pg_url'            => 'https://uqrate.org/app/apikey',
    42     'key_check_url'         => 'https://uqrate.org/aoa/v1/a/key/chk',
     42    'key_check_url'         => 'https://uqrate.org/aoa/v1/key/chk/chn',
    4343    'base_api_url'          => 'https://uqrate.org/api/v1/',
    44     'base_msg_upsert_url'   => 'https://uqrate.org/api/v1/m/upsert/',
    45     'base_msg_delete_url'   => 'https://uqrate.org/api/v1/m/delete/',
     44    'base_msg_upsert_url'   => 'https://uqrate.org/api/v1/key/m/upsert/',
     45    'base_msg_delete_url'   => 'https://uqrate.org/api/v1/key/m/delete/',
    4646    'base_mid_url'          => 'https://uqrate.org/aoa/v1/ops/uuidv5/oid/',
    4747    'plugin_slug'           => UQRATE_PLUGIN_NAME,
Note: See TracChangeset for help on using the changeset viewer.