cmd/shrt/internal/env/env_unix.go in go-shrt

at v0.4.1

1// See LICENSE file for copyright and license details
2//go:build unix
3
4package env
5
6const (
7 envDefault = "/etc/shrt.conf"
8 dbPathDefault = "/var/shrt/shrt.db"
9)