Doceditor: change network for prod

This commit is contained in:
Timofey Boyko 2024-02-29 17:05:04 +03:00
parent 5771200f01
commit e80d05424f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"PORT": "5013", "PORT": "5013",
"HOSTNAME": "127.0.0.1", "HOSTNAME": "0.0.0.0",
"app": { "app": {
"appsettings": "../../../../buildtools/config" "appsettings": "../../../../buildtools/config"
} }

View File

@ -1,6 +1,6 @@
{ {
"PORT": "5013", "PORT": "5013",
"HOSTNAME": "127.0.0.1", "HOSTNAME": "0.0.0.0",
"app": { "app": {
"appsettings": "../../../../buildtools/config" "appsettings": "../../../../buildtools/config"
} }