feat: 新增sandbox-full支持

This commit is contained in:
FamousMai
2025-03-28 15:18:33 +08:00
parent ca19bd31d4
commit b5aa970766
869 changed files with 99420 additions and 6830 deletions
+9
View File
@@ -0,0 +1,9 @@
package internal
const (
ConfigEnv = "GVA_CONFIG"
ConfigDefaultFile = "config.yaml"
ConfigTestFile = "config.test.yaml"
ConfigDebugFile = "config.debug.yaml"
ConfigReleaseFile = "config.release.yaml"
)