aboutsummaryrefslogtreecommitdiff
path: root/config/constants.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/constants.go')
-rw-r--r--config/constants.go14
1 files changed, 8 insertions, 6 deletions
diff --git a/config/constants.go b/config/constants.go
index 14b6276..dae1811 100644
--- a/config/constants.go
+++ b/config/constants.go
@@ -1,10 +1,12 @@
package config
const (
- APPLICATION_DIRECTORY = "dove"
- CONFIG_FILE_NAME = "config.toml"
- CURRENT_DIRECTORY = "."
- GO_BUILD_ALT_INDICATOR = "go_build"
- GO_BUILD_PATH_INDICATOR = "go-build"
- LOG_PREFIX = "Config"
+ APPLICATION_DIRECTORY = "dove"
+ CONFIG_DIRECTORY_PERMISSIONS = 0755
+ CONFIG_FILE_NAME = "config.toml"
+ CONFIG_FILE_PERMISSIONS = 0644
+ CURRENT_DIRECTORY = "."
+ GO_BUILD_ALT_INDICATOR = "go_build"
+ GO_BUILD_PATH_INDICATOR = "go-build"
+ LOG_PREFIX = "Config"
)