checking for config file
This commit is contained in:
@@ -8,11 +8,12 @@ import (
|
||||
|
||||
|
||||
const (
|
||||
ConfigurationFolderName = ".chub"
|
||||
ConfigurationDirectoryName = ".chub"
|
||||
ConfigurationFilePermissions = 600
|
||||
ConfigurationFileName = "config"
|
||||
UrlOfTheService = "http://localhost:3000/api/"
|
||||
MimeTypeOfService = "application/json"
|
||||
WebSite = "http://confighub.saburly.com"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user