Spamworldpro Mini Shell
Spamworldpro


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/job-board.corals.io/Corals/modules/Amazon/config/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/job-board.corals.io/Corals/modules/Amazon/config/amazon.php
<?php

return [
    'models' => [
        'import' => [
            'presenter' => \Corals\Modules\Amazon\Transformers\ImportPresenter::class,
            'resource_url' => 'amazon/imports',
        ],
    ],
    'settings' => [
        'api' => [
            'country' => [
                'type' => 'text',
                'label' => 'Amazon::labels.settings.country',
                'required' => true,
                'validation' => null,
                'value' => null,
                'attributes' => [
                    'help_text' => 'Amazon::labels.settings.available_countries'
                ]
            ],
            'access_key' => [
                'type' => 'text',
                'label' => 'Amazon::labels.settings.access_key',
                'required' => true,
                'validation' => '',
                'value' => null,
                'attributes' => [
                    'help_text' => ''
                ]
            ],
            'access_secret' => [
                'type' => 'text',
                'label' => 'Amazon::labels.settings.access_secret',
                'required' => true,
                'validation' => null,
                'value' => null,
                'attributes' => [
                    'help_text' => ''
                ]
            ],
            'associate_tag' => [
                'type' => 'text',
                'label' => 'Amazon::labels.settings.associate_tag',
                'required' => true,
                'validation' => null,
                'value' => null,
                'attributes' => [
                    'help_text' => ''
                ]
            ],
            'region' => [
                'type' => 'text',
                'label' => 'Amazon::labels.settings.region',
                'required' => true,
                'validation' => null,
                'value' => null,
                'attributes' => [
                    'help_text' => 'us-east-1,us-east-2,....'
                ]
            ]
        ]
    ]

];

Spamworldpro Mini