consts

package
v0.3.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package consts defines the constants used by the project

Index

Constants

View Source
const (
	// TEXTDOMAIN is the gettext domain for l10n.
	TEXTDOMAIN = "adsys"

	// DefaultLogLevel is the default logging level selected without any option.
	DefaultLogLevel = log.WarnLevel

	// DefaultSocketPath is the default socket path.
	DefaultSocketPath = "/run/authd.sock"

	// DefaultBrokersConfPath is the default configuration directory for the brokers.
	DefaultBrokersConfPath = "/etc/authd/brokers.d/"

	// OldCacheDir is the directory where the database was stored by default before 0.3.7.
	OldCacheDir = "/var/cache/authd/"

	// DefaultCacheDir is the default directory for the database.
	DefaultCacheDir = "/var/lib/authd/"
)

Variables

View Source
var (
	// Version is the version of the executable.
	Version = "Dev"
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL