feat: remove env prefix for docker

This commit is contained in:
Xhofe
2022-03-13 17:01:45 +08:00
parent c51dc4594d
commit bb017c5f6d
5 changed files with 28 additions and 20 deletions

View File

@ -24,6 +24,7 @@ var (
Debug bool
Version bool
Password bool
Docker bool
DB *gorm.DB
Cache *cache.Cache