Resolve "Improve token usage for users"
Compare changes
- Neil-Jocelyn Schark authored
+ 21
− 17
@@ -19,6 +19,8 @@ const (
@@ -19,6 +19,8 @@ const (
@@ -81,6 +83,9 @@ var CertFilePath string
@@ -81,6 +83,9 @@ var CertFilePath string
@@ -107,9 +112,9 @@ func InitializeConfig() error {
@@ -107,9 +112,9 @@ func InitializeConfig() error {
@@ -121,15 +126,20 @@ func InitializeConfig() error {
@@ -121,15 +126,20 @@ func InitializeConfig() error {
@@ -161,12 +171,6 @@ func getUUIDFromViper(viperKey string) (uuid.UUID, error) {
@@ -161,12 +171,6 @@ func getUUIDFromViper(viperKey string) (uuid.UUID, error) {
@@ -202,9 +206,9 @@ func getDurationFromViper(viperKey, unit string) (time.Duration, error) {
@@ -202,9 +206,9 @@ func getDurationFromViper(viperKey, unit string) (time.Duration, error) {