Files
newznab-tmux/config/tinymce.php
T
DariusIII ca1fee1c53 CS fixes
2025-10-07 01:38:14 +02:00

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'),
];