1
0
mirror of https://github.com/nxshock/gonx.git synced 2024-11-27 17:11:01 +05:00
gonx/consts.go

12 lines
246 B
Go
Raw Permalink Normal View History

2023-12-28 16:00:04 +05:00
package main
const (
defaultConfigPath = "/etc/gonx.conf"
defaultTlsKeysPath = "/etc/letsencrypt/live"
defaultCertFileName = "fullchain.pem"
defaultKeyFileName = "privkey.pem"
defaultAcmeChallengePath = "/.well-known/acme-challenge/"
)