site-libsoc/Server/config/env/test.jl

14 lines
438 B
Julia
Raw Normal View History

2023-06-15 01:41:54 +07:00
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"