Update
This commit is contained in:
15
Server/config/env/dev.jl
vendored
Normal file
15
Server/config/env/dev.jl
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
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 = true,
|
||||
path_build = "build",
|
||||
format_julia_builds = true,
|
||||
format_html_output = true,
|
||||
watch = true
|
||||
)
|
||||
|
||||
ENV["JULIA_REVISE"] = "auto"
|
Reference in New Issue
Block a user