![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/ledger.corals.io/config/ |
<?php return [ 'meta' => [ /* * The default configurations to be used by the meta generator. */ 'defaults' => [ 'title' => false, // set false to total remove 'description' => false, // set false to total remove 'separator' => ' | ', 'keywords' => [], 'canonical' => false, // Set null for using Url::current(), set false to total remove ], /* * Webmaster tags are always added. */ 'webmaster_tags' => [ 'google' => null, 'bing' => null, 'alexa' => null, 'pinterest' => null, 'yandex' => null, ], ], 'opengraph' => [ /* * The default configurations to be used by the opengraph generator. */ 'defaults' => [ 'title' => false, // set false to total remove 'description' => false, // set false to total remove 'url' => false, // Set null for using Url::current(), set false to total remove 'type' => false, 'site_name' => false, 'images' => [], ], ], 'twitter' => [ /* * The default values to be used by the twitter cards generator. */ 'defaults' => [ //'card' => 'summary', //'site' => '@LuizVinicius73', ], ], ];