1
0
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:
2022-08-22 20:18:28 -06:00
commit 3071dd9fd1
56 changed files with 1880 additions and 0 deletions

11
config/env/test.jl vendored Executable file
View 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"