This commit is contained in:
a-ill
2023-06-14 21:41:54 +03:00
parent cc4cada363
commit efbda226a1
127 changed files with 12241 additions and 0 deletions

14
Server/config/env/test.jl vendored Normal file
View File

@@ -0,0 +1,14 @@
using Genie, Logging
Genie.Configuration.config!(
server_port = 8000,
server_host = "0.0.0.0",
log_level = Logging.Info,
log_to_file = false,
server_handle_static_files = false,
path_build = "build",
format_julia_builds = false,
format_html_output = false,
)
ENV["JULIA_REVISE"] = "auto"