mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-25 10:18:59 +02:00
moved env to .env.example, update setup method
This commit is contained in:
@@ -13,7 +13,8 @@ const (
|
||||
// file, folder structure
|
||||
|
||||
const (
|
||||
DotEnvPath = ".env"
|
||||
DotEnvPath = ".env"
|
||||
DotEnvExamplePath = ".env.example"
|
||||
|
||||
ConfigBasePath = "config"
|
||||
ConfigFileName = "config.yml"
|
||||
|
||||
Reference in New Issue
Block a user