Blame view

common/config/settings.php 391 Bytes
355d6999   Alexey Boroda   -ActiveRecord wor...
1
2
3
4
  <?php
  
  return [
      1 => [
c8500c2f   Alexey Boroda   -Analytics in pro...
5
6
7
          'id'            => '1',
          'name'          => 'Admin321',
          'description'   => 'Site administrator',
c8500c2f   Alexey Boroda   -Analytics in pro...
8
          'analytics_key' => '119240817',
15b8e84d   Yarik   Different Seo tasks
9
10
11
12
13
14
15
16
          'robots'        => 'User-agent: Google
  Disallow:
  
  User-agent: *
  Disallow: /',
          'ga_code'       => 'TEst',
          'ya_code'       => 'TEst 2',
          'tag_manager'   => 'TEst 3',
355d6999   Alexey Boroda   -ActiveRecord wor...
17
18
      ],
  ];