update config format, new moonshark, rebuild db for testing
This commit is contained in:
parent
59189689bd
commit
1645f837f0
21
config
Normal file
21
config
Normal 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"
|
||||
}
|
||||
}
|
21
config.lua
21
config.lua
@ -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
3
data/.env
Normal file
@ -0,0 +1,3 @@
|
||||
# Environment variables for Moonshark
|
||||
# Generated automatically - you can edit this file
|
||||
|
BIN
data/dk.db
BIN
data/dk.db
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user