aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_defs.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-02-01 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-02-01 20:20:20 +0100
commit84daefea1ae1dec8fe511707664c9a9fe12aef0b (patch)
tree4be83c9109062a43d51a36bdcea857fcfe4628d0 /src/c_defs.go
parentconf (diff)
downloadhardflip-84daefea1ae1dec8fe511707664c9a9fe12aef0b.tar.gz
hardflip-84daefea1ae1dec8fe511707664c9a9fe12aef0b.tar.bz2
hardflip-84daefea1ae1dec8fe511707664c9a9fe12aef0b.tar.xz
hardflip-84daefea1ae1dec8fe511707664c9a9fe12aef0b.tar.zst
hardflip-84daefea1ae1dec8fe511707664c9a9fe12aef0b.zip
will read conf
Diffstat (limited to 'src/c_defs.go')
-rw-r--r--src/c_defs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c_defs.go b/src/c_defs.go
index 2fd8c6a..6c2db1c 100644
--- a/src/c_defs.go
+++ b/src/c_defs.go
@@ -52,7 +52,7 @@
package main
const (
- CONF_FILE_NAME = "hf.yml"
+ CONF_FILE_NAME = "config.yml"
CONF_DIR_NAME = "hf"
DATA_DIR_NAME = "hf"
VERSION = "v0.2"
@@ -98,7 +98,7 @@ var (
var DEFAULT_OPTS = HardOpts{
true,
true,
- "6FF3AD08C158D2E163B77CFA0EAB41FC2D9F762A",
+ "",
false,
"",
}