Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.96 KB | None | 0 0
  1. $di->set('NOTIFICATION_TEST_SEGMENT_SG',[
  2.     'test1' => [
  3.         'title' => 'SG Test 1',
  4.         'users' => [
  5.             /*
  6.              * Production Users
  7.              */
  8.             /*
  9.             13485259,
  10.             12423148,
  11.             13504263,
  12.             2522,
  13.             12440044,
  14.             13504236,
  15.             3,
  16.             13467289,
  17.             13503750,
  18.             13504236
  19.              */
  20.             /*
  21.              * Development Users
  22.              */
  23.             42651712,
  24.             42651719,
  25.             42651725,
  26.             42651742
  27.         ]
  28.     ],
  29.     'test2' => [
  30.         'title' => 'SG Test 2',
  31.         'users' => [
  32.             /*
  33.              * Production Users
  34.              */
  35.             /*
  36.             13485259,
  37.             12423148,
  38.             13504263,
  39.             2522,
  40.             12440044,
  41.             13504236,
  42.             13467289
  43.              */
  44.             /*
  45.              * Development Users
  46.              */
  47.             42651712,
  48.             42651719
  49.         ]
  50.     ],
  51. ]);
  52. $di->set('NOTIFICATION_TEST_SEGMENT_TW',[
  53.     'test1' => [
  54.         'title' => 'TW Test 1',
  55.         'users' => [
  56.             /*
  57.              * Productino Users
  58.              */
  59.             /*
  60.             1359957,
  61.             1374284,
  62.             1374280,
  63.             894614,
  64.             1374198,
  65.             1062482,
  66.             1380224,
  67.             1374198
  68.              */
  69.             /*
  70.              * Development Users
  71.              */
  72.             42651713,
  73.             42651757,
  74.             42651741
  75.         ]
  76.     ],
  77.     'test2' => [
  78.         'title' => 'TW Test 2',
  79.         'users' => [
  80.             /*
  81.              * Productino Users
  82.              */
  83.             /*
  84.             1359957,
  85.             1374284,
  86.             1374280,
  87.             894614,
  88.             1374198,
  89.              */
  90.             /*
  91.              * Development Users
  92.              */
  93.             42651713
  94.         ]
  95.     ],
  96. ]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement