feat : ide config
This commit is contained in:
@@ -9,6 +9,9 @@ declare(strict_types=1);
|
|||||||
* @contact group@hyperf.io
|
* @contact group@hyperf.io
|
||||||
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
|
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
use function Hyperf\Support\env;
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'generator' => [
|
'generator' => [
|
||||||
'amqp' => [
|
'amqp' => [
|
||||||
@@ -41,4 +44,10 @@ return [
|
|||||||
'namespace' => 'App\\Processes',
|
'namespace' => 'App\\Processes',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
/**
|
||||||
|
* Supported IDEs: "sublime", "textmate", "cursor", "emacs", "macvim", "phpstorm", "idea",
|
||||||
|
* "vscode", "vscode-insiders", "vscode-remote", "vscode-insiders-remote",
|
||||||
|
* "atom", "nova", "netbeans", "xdebug"
|
||||||
|
*/
|
||||||
|
'ide' => env('DEVTOOL_IDE', ''),
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -6,6 +6,9 @@ JWT_KEY=hhl@shenzhen
|
|||||||
JWT_EXPIRE=2592000
|
JWT_EXPIRE=2592000
|
||||||
ADMIN_JWT_EXPIRE=86400
|
ADMIN_JWT_EXPIRE=86400
|
||||||
|
|
||||||
|
# [ide]
|
||||||
|
DEVTOOL_IDE=phpstorm
|
||||||
|
|
||||||
# [crontab] -- 集群配置 仅需一台true即可 其他都是false 根据 restart_pre.sh 自动生成
|
# [crontab] -- 集群配置 仅需一台true即可 其他都是false 根据 restart_pre.sh 自动生成
|
||||||
CRONTAB_ENABLE=false
|
CRONTAB_ENABLE=false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user