mirror of
https://gh.wpcy.net/https://github.com/jack-arturo/FreeFeatureRequests.git
synced 2026-04-17 19:22:22 +08:00
8 lines
253 B
PHP
8 lines
253 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => 'FreeFeatureRequests',
|
|
'wordpress_hostname' => env('FEATURE_REQUEST_HOSTNAME', ''),
|
|
'wordpress_username' => env('FEATURE_REQUEST_USERNAME', ''),
|
|
'wordpress_api_token' => env('FEATURE_REQUEST_API_TOKEN', ''),
|
|
];
|