view src/lib/Forum.luan @ 15:0edde02b908c

edit in place
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 05 Jul 2022 23:27:54 -0600
parents 9166f6a14021
children a602a5735a37
line wrap: on
line source

local Luan = require "luan:Luan.luan"
local error = Luan.error


local Forum = {}

Forum.title = "forum title not set"

Forum.mailer_url = "http://localhost:8080"

return Forum