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:
parent
d3f04d73e1
commit
95df94fffa
@ -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"}`
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user