9 lines
199 B
Go
9 lines
199 B
Go
|
|
package globals
|
||
|
|
|
||
|
|
const (
|
||
|
|
ConfigurationFolderName = ".chub"
|
||
|
|
ConfigurationFilePermissions = 600
|
||
|
|
ConfigurationFileName = "config"
|
||
|
|
UrlOfTheService = "confighub.meteor.com"
|
||
|
|
)
|