mirror of
https://gitlab.com/Anson-Projects/spacesystemscalc.git
synced 2025-06-16 06:56:42 +00:00
11 lines
306 B
Julia
Executable File
11 lines
306 B
Julia
Executable File
using Genie, Logging
|
|
|
|
Genie.Configuration.config!(
|
|
server_port = 8000,
|
|
server_host = "127.0.0.1",
|
|
log_level = Logging.Debug,
|
|
log_to_file = true,
|
|
server_handle_static_files = true
|
|
)
|
|
|
|
ENV["JULIA_REVISE"] = "off" |