This commit is contained in:
a-ill
2023-06-26 22:08:15 +03:00
parent 1ae7fe3dc2
commit 23fc88d343
5 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
using Genie, Logging
Genie.Configuration.config!(
server_port = 8000,
server_port = 8001,
server_host = "0.0.0.0",
log_level = Logging.Info,
log_to_file = false,