mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
16 lines
400 B
PHP
16 lines
400 B
PHP
<?php
|
|
|
|
return [
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| TinyMCE API Key
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Your TinyMCE API key from https://www.tiny.cloud/
|
|
| This enables premium features and removes limitations.
|
|
|
|
|
*/
|
|
|
|
'api_key' => env('TINYMCE_API_KEY', 'no-api-key'),
|
|
];
|