created init client method and init command
This commit is contained in:
BIN
chub/globals/.DS_Store
vendored
Normal file
BIN
chub/globals/.DS_Store
vendored
Normal file
Binary file not shown.
8
chub/globals/globals.go
Normal file
8
chub/globals/globals.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package globals
|
||||
|
||||
const (
|
||||
ConfigurationFolderName = ".chub"
|
||||
ConfigurationFilePermissions = 600
|
||||
ConfigurationFileName = "config"
|
||||
UrlOfTheService = "confighub.meteor.com"
|
||||
)
|
||||
Reference in New Issue
Block a user