diff --git a/config b/config new file mode 100644 index 0000000..a97c335 --- /dev/null +++ b/config @@ -0,0 +1,21 @@ +server { + port 3117 + debug false + http_logging true + static_prefix "public" +} + +runner { + pool_size 0 -- 0 defaults to GOMAXPROCS +} + +dirs { + routes "routes" + static "public" + fs "fs" + data "data" + override "override" + libs { + "libs" + } +} diff --git a/config.lua b/config.lua deleted file mode 100644 index 43dac6e..0000000 --- a/config.lua +++ /dev/null @@ -1,21 +0,0 @@ -server = { - port = 3118, - debug = true, - http_logging = true, - static_prefix = "public" -} - -runner = { - pool_size = 0 -- 0 defaults to GOMAXPROCS -} - -dirs = { - routes = "routes", - static = "public", - fs = "fs", - data = "data", - override = "override", - libs = { - "libs" - } -} diff --git a/data/.env b/data/.env new file mode 100644 index 0000000..6e8667a --- /dev/null +++ b/data/.env @@ -0,0 +1,3 @@ +# Environment variables for Moonshark +# Generated automatically - you can edit this file + diff --git a/data/dk.db b/data/dk.db index 6a39100..b443afe 100644 Binary files a/data/dk.db and b/data/dk.db differ diff --git a/moonshark b/moonshark index 668f6af..78332cf 100755 Binary files a/moonshark and b/moonshark differ