mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-12-20 01:11:03 +08:00
move project key const
Some checks failed
build / test (macOS-latest) (push) Has been cancelled
build / test (ubuntu-latest) (push) Has been cancelled
build / test (windows-latest) (push) Has been cancelled
lint / go-lint (push) Has been cancelled
lint / eslint (push) Has been cancelled
build / build-release (push) Has been cancelled
build / notify (push) Has been cancelled
lint / notify (push) Has been cancelled
Some checks failed
build / test (macOS-latest) (push) Has been cancelled
build / test (ubuntu-latest) (push) Has been cancelled
build / test (windows-latest) (push) Has been cancelled
lint / go-lint (push) Has been cancelled
lint / eslint (push) Has been cancelled
build / build-release (push) Has been cancelled
build / notify (push) Has been cancelled
lint / notify (push) Has been cancelled
This commit is contained in:
@@ -23,10 +23,9 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
hostlistRegistryProjectID = "hostlists-registry"
|
||||
jsonMessageKey = "message"
|
||||
jsonIndentPrefix = ""
|
||||
jsonIndentString = " "
|
||||
jsonMessageKey = "message"
|
||||
jsonIndentPrefix = ""
|
||||
jsonIndentString = " "
|
||||
)
|
||||
|
||||
// download and save all translations.
|
||||
|
||||
@@ -26,14 +26,15 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
twoskyConfFile = "./.twosky.json"
|
||||
localesDir = "./client/src/__locales"
|
||||
servicesLocalesDir = "./client/src/__locales-services"
|
||||
defaultBaseFile = "en.json"
|
||||
servicesBaseFile = "services.json"
|
||||
defaultProjectID = "home"
|
||||
srcDir = "./client/src"
|
||||
twoskyURI = "https://twosky.int.agrd.dev/api/v1"
|
||||
twoskyConfFile = "./.twosky.json"
|
||||
localesDir = "./client/src/__locales"
|
||||
servicesLocalesDir = "./client/src/__locales-services"
|
||||
defaultBaseFile = "en.json"
|
||||
servicesBaseFile = "services.json"
|
||||
defaultProjectID = "home"
|
||||
hostlistRegistryProjectID = "hostlists-registry"
|
||||
srcDir = "./client/src"
|
||||
twoskyURI = "https://twosky.int.agrd.dev/api/v1"
|
||||
|
||||
readLimit = 1 * 1024 * 1024
|
||||
uploadTimeout = 20 * time.Second
|
||||
|
||||
Reference in New Issue
Block a user