caching and logging
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import "path/filepath"
|
||||
|
||||
func updatePaths() {
|
||||
certDir = filepath.Join(baseDir, config.CertDir)
|
||||
certPath = filepath.Join(certDir, config.CertFile)
|
||||
keyPath = filepath.Join(certDir, config.KeyFile)
|
||||
configPath = filepath.Join(baseDir, "config.yaml")
|
||||
}
|
||||
Reference in New Issue
Block a user