update config format, new moonshark, rebuild db for testing

This commit is contained in:
Sky Johnson 2025-06-02 22:19:13 -05:00
parent 59189689bd
commit 1645f837f0
5 changed files with 24 additions and 21 deletions

21
config Normal file
View File

@ -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"
}
}

View File

@ -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"
}
}

3
data/.env Normal file
View File

@ -0,0 +1,3 @@
# Environment variables for Moonshark
# Generated automatically - you can edit this file

Binary file not shown.

BIN
moonshark

Binary file not shown.