更改默认路径
This commit is contained in:
parent
39bc616d6c
commit
3892c88cc7
@ -96,7 +96,7 @@ EMQX_API_SECRET_KEY=
|
|||||||
USER_GROUP_BIRTHDAY=1
|
USER_GROUP_BIRTHDAY=1
|
||||||
|
|
||||||
DASHBOARD_BASE_URL=https://dash.laecloud.com
|
DASHBOARD_BASE_URL=https://dash.laecloud.com
|
||||||
DASHBOARD_BIRTHDAY_PATH=/birthdays
|
DASHBOARD_BIRTHDAY_PATH=/stars
|
||||||
|
|
||||||
CORS_ORIGINS=${DASHBOARD_BASE_URL},https://web.laecloud.com,http://localhost:5173
|
CORS_ORIGINS=${DASHBOARD_BASE_URL},https://web.laecloud.com,http://localhost:5173
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
],
|
],
|
||||||
'dashboard' => [
|
'dashboard' => [
|
||||||
'base_url' => env('DASHBOARD_BASE_URL', 'https://dash.laecloud.com'),
|
'base_url' => env('DASHBOARD_BASE_URL', 'https://dash.laecloud.com'),
|
||||||
'birthday_path' => env('DASHBOARD_BIRTHDAY_PATH', '/birthdays'),
|
'birthday_path' => env('DASHBOARD_BIRTHDAY_PATH', '/stars'),
|
||||||
],
|
],
|
||||||
'node' => [
|
'node' => [
|
||||||
'type' => env('NODE_TYPE', 'slave'),
|
'type' => env('NODE_TYPE', 'slave'),
|
||||||
|
Loading…
Reference in New Issue
Block a user