This commit is contained in:
新亮
2021-04-10 16:02:34 +08:00
parent 8a6a34348f
commit 3e1ef9c658
5 changed files with 55 additions and 2 deletions

View File

@@ -94,3 +94,7 @@ func ProjectPort() string {
func ProjectLogFile() string {
return fmt.Sprintf("./logs/%s-access.log", ProjectName())
}
func InitDBLockFile() string {
return "cmd/init/db/init_db.lock"
}