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

This commit is contained in:
Elizaveta
2025-11-05 16:43:13 +03:00
parent ee977f5993
commit c28e13b4e1
2 changed files with 12 additions and 12 deletions

View File

@@ -23,10 +23,9 @@ import (
)
const (
hostlistRegistryProjectID = "hostlists-registry"
jsonMessageKey = "message"
jsonIndentPrefix = ""
jsonIndentString = " "
jsonMessageKey = "message"
jsonIndentPrefix = ""
jsonIndentString = " "
)
// download and save all translations.

View File

@@ -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