增加 节点区分

This commit is contained in:
iVampireSP.com 2023-01-03 18:16:33 +08:00
parent 15ecf5516a
commit 036294450b
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132
2 changed files with 3 additions and 0 deletions

View File

@ -105,3 +105,5 @@ DASHBOARD_BIRTHDAY_PATH=/birthdays
# 可信代理,用于获取真实 IP。多个 IP 用逗号分隔。
TRUSTED_PROXIES=
NODE_TYPE=master

View File

@ -15,4 +15,5 @@
'base_url' => env('DASHBOARD_BASE_URL', 'https://dash.laecloud.com'),
'birthday_path' => env('DASHBOARD_BIRTHDAY_PATH', '/birthdays'),
],
'node_type' => env('NODE_TYPE', 'master')
];