From ca2e986e05a156e3157972b912554b300e8e15f6 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 17 Oct 2024 23:46:30 +0800 Subject: [PATCH] add some --- src/main.go | 2 ++ src/option.go | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main.go b/src/main.go index f4728d9..83b0695 100644 --- a/src/main.go +++ b/src/main.go @@ -11,3 +11,5 @@ import ( ) func main() { print(ice.Run()) } + +func init() { ice.Info.NodeMain = "web.team.production.portal" } diff --git a/src/option.go b/src/option.go index 8f3fc51..e00d429 100644 --- a/src/option.go +++ b/src/option.go @@ -1,6 +1,8 @@ package main import ( - _ "shylinux.com/x/community/src/renzhengshouquan" + _ "shylinux.com/x/ice/devops" _ "shylinux.com/x/mysql-story/src/db/mysql" + + _ "shylinux.com/x/community/src/renzhengshouquan" )