istore: updated
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
package config
|
||||
|
||||
const (
|
||||
confdirPath = "/home/ziggi/projects/certman/etc/certmanager"
|
||||
rundirPath = "/home/ziggi/projects/certman/tmp.run"
|
||||
logdirPath = "/home/ziggi/projects/certman/tmp.log"
|
||||
datadirPath = "/home/ziggi/projects/certman/tmp.data"
|
||||
confdirPath = "/home/ziggi/Projects/certman/etc/certmanager"
|
||||
rundirPath = "/home/ziggi/Projects/certman/tmp/run"
|
||||
logdirPath = "/home/ziggi/Projects/certman/tmp/log"
|
||||
datadirPath = "/home/ziggi/Projects/certman/tmp/data"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user