moved env to .env.example, update setup method

This commit is contained in:
yusing
2024-11-02 03:36:55 +08:00
parent 91e012987e
commit 46b4090629
4 changed files with 30 additions and 18 deletions

View File

@@ -13,7 +13,8 @@ const (
// file, folder structure
const (
DotEnvPath = ".env"
DotEnvPath = ".env"
DotEnvExamplePath = ".env.example"
ConfigBasePath = "config"
ConfigFileName = "config.yml"