1
0
mirror of https://github.com/ManyakRus/starter.git synced 2024-11-21 18:16:31 +02:00

сделал WEBSERVER_PORT_DEFAULT = "3000"

This commit is contained in:
Nikitin Aleksandr 2024-10-18 16:21:36 +03:00
parent d3f04d73e1
commit 95df94fffa
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ type SettingsINI struct {
}
// WEBSERVER_PORT_DEFAULT - порт веб-сервера по умолчанию
var WEBSERVER_PORT_DEFAULT = "80"
var WEBSERVER_PORT_DEFAULT = "3000"
// TEXT_OK - текст для ответа из веб-сервера
const TEXT_OK = `{"status":"ok"}`

View File

@ -4,4 +4,4 @@
# v1.0.61 2024-10-14 14:25:20 +0300
# git commit TAG + git commit HASH + git commit date and time
echo $(git describe --tags $(git rev-parse HEAD)) $(git show --no-patch --format=%ci) >./pkg/version/version.txt
echo $(git describe --always --tags $(git rev-parse HEAD)) $(git show --no-patch --format=%ci) >./pkg/version/version.txt