File manager - Edit - /var/www/html/portal/config/services.php
Back
<?php return [ /* |-------------------------------------------------------------------------- | Third Party Services |-------------------------------------------------------------------------- | | This file is for storing the credentials for third party services such | as Mailgun, Postmark, AWS and more. This file provides the de facto | location for this type of information, allowing packages to have | a conventional file to locate the various service credentials. | */ 'mailgun' => [ 'domain' => env('MAILGUN_DOMAIN'), 'secret' => env('MAILGUN_SECRET'), 'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'), 'scheme' => 'https', ], 'postmark' => [ 'token' => env('POSTMARK_TOKEN'), ], 'ses' => [ 'key' => env('AWS_ACCESS_KEY_ID'), 'secret' => env('AWS_SECRET_ACCESS_KEY'), 'region' => env('AWS_DEFAULT_REGION', 'us-east-1'), ], 'govbr' => [ 'base_url' => env('GOVBR_BASE_URL'), 'client_id' => env('GOVBR_CLIENT_ID'), 'client_secret' => env('GOVBR_CLIENT_SECRET'), 'redirect' => env('GOVBR_REDIRECT_URI'), 'post_logout_redirect' => env('GOVBR_POST_LOGOUT_REDIRECT_URI'), 'end_session_endpoint' => env('GOVBR_END_SESSION_ENDPOINT'), ], /* | URL do portal Parquetecmar (projeto separado). Usado nas respostas da API para links no portal. */ 'parquetecmar' => [ 'url' => env('PARQUETECMAR_URL', 'https://parquetecmar.angra.rj.gov.br'), ], /* | OpenCEP (self-host recomendado). | Ex.: https://opencep.seu-dominio (deve expor /v1/{cep}.json e /ws/UF/Cidade/Logradouro/json/) */ 'opencep' => [ 'base_url' => env('OPENCEP_BASE_URL', 'https://opencep.com'), ], ];
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings