mirror of
https://gitlab.com/Anson-Projects/spacesystemscalc.git
synced 2025-07-26 16:11:23 +00:00
Init Commit
This commit is contained in:
11
config/env/test.jl
vendored
Executable file
11
config/env/test.jl
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
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"
|
Reference in New Issue
Block a user